Difference between revisions of "DVD Burning from the Command Line"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| − | + | See [[Burning_data_to_multiple_discs_using_Discspan | discspan ]]. | |
| − | + | for how to make iso images. | |
| − | |||
Use this to burn an iso on a dvd | Use this to burn an iso on a dvd | ||
Revision as of 09:59, 4 April 2013
See discspan . for how to make iso images.
Use this to burn an iso on a dvd
growisofs -dvd-compat -Z /dev/dvd=disc.iso
and this on a cd
cdrecord -v -pad dev=/dev/cdrw1 Disk1.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.