pizza% mkdir cddata
pizza% du -hs cddata 622M cddata
pizza% mkisofs -v -R -l -o /tmp/eric.raw cddata/
pizza% cdrecord -v speed=8 dev=6,0 fs=8m /tmp/eric.raw
merlinux% cdrecord -v speed=24 dev=1,0,0 fs=8m /tmp/eric.raw
static% cdrecord -v speed=24 dev=2,0,0 fs=8m /tmp/eric.raw
New information for static, 12-27-05:
To read the data, follow directions below but the directory is /media/cdrom/ .
pizza% mount /mnt/cdrom/
pizza% ls -l /mnt/cdrom/ > ~/cd01.txt
pizza% umount /mnt/cdrom/
curveball% mkdir cddata
curveball% du -hs cddata 3.2G cddata
curveball% growisofs -dvd-compat -Z /dev/scd0 -R -J cddata
static% growisofs -dvd-compat -Z /dev/hdc -R -J cddata
curveball% mount /mnt/cdrom/
curveball% ls -l /mnt/cdrom/ > ~/dvd01.txt
curveball% umount /mnt/cdrom/
curveball% eject /mnt/cdrom/
CD/DVD Creator, a GUI DVD burning software package will start, automatically.
A dialogue box appears asking for details about writing to CD/DVD. In this you should see a field which asks which drive to burn to. Unfortunately, the default is the first drive in the list, which is the CD burner.
THIS IS THE MOST COMMON STEP SKIPPED
The other selections show Write Speed Max Possible. The drive itself is capable of burning at 16x speed. In the After Writing section you should see a check box (checked labeled Eject disk and another check box (checked) labeled Reuse these files for another disk.
A new dialogue box appears which shows the progress of the burn. This should take approximately 5 to 10 minutes, depending on the amount of data you are burning.
FWIW, Curveball’s method is very similar, except that it only has one drive so there is no need for step 5.
udon% mkdir /burn/data
udon% du -hs /burn/data 3.2G /burn/data
udon% growisofs -dvd-compat -Z /dev/sr1 -R -J /burn/data