# mkisofs -r -o /tmp/var-www-disk1.iso /var/www

First create the ISO image

# growisofs -Z /dev/dvd=/tmp/var-www-disk1.iso

Now use the growisofs command to first time write the ISO onto the DVD

# growisofs -Z /dev/dvd -U /tmp/file

To burn 1st data for blank DVD

# growisofs -M /dev/dvd -U /tmp/file.1

To append more data for same DVD

growisofs -M /dev/dvd -U -speed=8 -volid=entinux -root="`date +%d-%m-%Y`" /tmp/file.2

To append more data for same DVD with speed, volume ID, Allows "Untranslated" filenames and save the files into directory which is label current date.

# dvd+rw-format -force /dev/dvd

To format (erase) a DVD



Server is hosted by Alanstudio
Linux Operating System

Recommend screen resolution 1024 x 768 / IE / FireFox
Alan Studio © 2007 by Alan Cheung Hin Lun. All rights reserved.