View Single Post
  #2   (View Single Post)  
Old 11th August 2018
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,507
Default

My understanding is that k3b/Brasero are front ends to cdrtools. My system will not utilize sysutils/dvd+rw-tools to back up files in one step. What works well for me is to generate an *.iso using mkisofs and then use the following from growisofs(1)

Code:
growisofs -dvd-compat -Z /dev/rcd0c=image.iso
You may need to adjust your character device per the same man page.

I have not used this w/ blueray but it worked with a Dual layer dvd.
Reply With Quote