DVD Burning from the Command Line
Jump to navigation
Jump to search
This page has been migrated to a document on Free Geek's Google Drive. Information remaining behind may no longer be relevant. MIGRATOR: When you have tagged this page as migrated, (Link to new page immediately below.) |
[1]
See Burning data to multiple disks using Discspan for instructions on how to make suitable 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
You can use -speed=1
if you are having difficulty burning a DVD.