Today, I decided that I would try to burn updated Rh6.2 CD's from Linux.
Previously, I've made the iso image then burned the CD from WinDoze.
Cdrecord version 1.8a29.
I can mount the .iso image and read any files from it using:
mount -t iso9660 -o ro,loop=/dev/loop0 /var/tmp/redhat-6.2a.iso /mnt/cdrom
I've added the following to /etc/lilo.conf: (and rebooted the machine)
append="hdc=ide-scsi"
I've added the following to /etc/rc.d/rc.local:
modprobe ide-scsi
When I actually burn the image, the command line is:
cdrecord -v -eject speed=4 dev=0,0,0 /var/tmp/redhat-6.2a.iso
However, the CD isn't readable under Linux or WinDoze. Apparently, I've
missed something along the line, but I'll be damned if I can see what.
NOTE: The CD is a CDRW, however I don't believe that makes any difference.
Any help is appreciated.
Thanks,
Mike
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.