Thursday, November 8, 2007

Burn iso to a DVD from the Command Line

use aptitude or apt-get to verify that you have dvd+rw-tools installed.

use the following command

growisofs -dvd-compat -Z /dev/hda=/path/to/image.iso

/dev/hda is the dvd burner device
/path/to/image.iso is the iso file to burn

No comments: