DVD Burning from the Command Line

From FreekiWiki
Revision as of 18:20, 18 September 2012 by Paulm (talk | contribs)
Jump to navigation Jump to search

Use this to make an iso or use discspan .

genisoimage -o cd.iso -R -J cd_dir

Use this to burn an iso

growisofs -dvd-compat -Z /dev/dvd=disc.iso

TSBackup has two DVD burner installed Substitute /dev/dvd1 for /dev/dvd for the second burner. The first one should be showing up as /dev/dvd but udev might have overwritten it on reboot in which case it is /dev/cdrom (hopefully not). You can use -speed=1 if you are having difficulty burning a DVD.