Thursday, November 8, 2007

Burn content to a DVD

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

use the following command

growisofs -dvd-compat -input-charset=ISO-8859-1 -Z /dev/hda -R -J -pad "/my/directory/datas"


/dev/hda is the dvd burner device
/my/directory/datas is the path to the content to be burned

No comments: