I've just discovered that the /var/tmp/redhat-6.2a.iso burns under WinDoze,
however it displays the same results as burning under Linux (not readable).
The script I'm using to create the .iso image is:
#!/bin/sh
VERSION=6.2a
DEST=/var/tmp
CDNAME=RedHat_${VERSION}
IMAGENAME=redhat-${VERSION}.iso
cd RedHat-6.2
mkisofs -v -R -T -J -V $CDNAME -b images/boot.img -c boot.cat -o
$DEST/$IMAGENAME .
cd ..
I guess I've fooled with this too long now and am missing something
incredibly stupid....
Thanks for any pointers,
Mike
> -----Original Message-----
> From: Mike Lewis [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, April 30, 2000 2:20 AM
> To: [EMAIL PROTECTED]
> Subject: Cdrecord (dazed and confused)
>
>
>
> 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.
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.