Difference between revisions of "DVD Burning from the Command Line"
Jump to navigation
Jump to search
(Created page with "<code>growisofs -dvd-compat -speed=1 -Z /dev/dvd=disc.iso</code> subsitute /dev/dvd1 doe /dev/dvd on tsbackup Category:Tech support") |
|||
| Line 1: | Line 1: | ||
| − | + | Use this to burn an iso | |
| − | + | <code>growisofs -dvd-compat -Z /dev/dvd=disc.iso</code> | |
| + | subsitute <code>/dev/dvd1</code> for <code>/dev/dvd</code> on tsbackup | ||
| + | You can use <code>-speed=1</code> if you are having difficulty burning a DVD. | ||
[[Category:Tech support]] | [[Category:Tech support]] | ||
Revision as of 15:10, 28 July 2012
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.