Difference between revisions of "DVD Burning from the Command Line"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | Use this to make an iso | + | Use this to make an iso or use [[Burning_data_to_multiple_discs_using_Discspan | discspan ]]. |
<code>genisoimage -o cd.iso -R -J cd_dir</code> | <code>genisoimage -o cd.iso -R -J cd_dir</code> |
Revision as of 15:36, 24 August 2012
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
subsitute /dev/dvd1
for /dev/dvd
on tsbackup
You can use -speed=1
if you are having difficulty burning a DVD.