Quote:
Originally Posted by GrapefruiTgirl
From my little FAQ here at home, here are what I use at the CLI to burn CDs and DVDs:
Code:
BURNING an ISO image to CD:
(root)# cdrecord dev=/dev/hdd speed=4 padsize=63s -pad -dao -v -eject /absolute/path/to/image.iso
Code:
Burning a (bootable) DVD image .ISO to disc:
root# growisofs -speed=2 -dvd-compat -Z /dev/sr0=imagefile.iso
Sasha
|
Perfect. Worked like a charm. I am going to write that down somewhere.
Just one last question; this thread is SOLVED; but, why can't the GUIs do that correctly? I've heard so many positive things about these two disc burners.
Thanks, GrapefruiTgirl, for the idea and commands.