On Mon, 6 Mar 2000, George R. wrote:

> On 5 Mar 00, at 23:12, John Aldrich wrote:
> 
> > the above is a cut/paste from my fstab. HOwever, it should be pretty
> > generic, assuming you HAVE a /dev/cdrom. Otherwise you may need to
> > change /dev/cdrom to /dev/hdx to refer to the IDE device (assuming
> > it's IDE <G>)
> 
> I already tried that, it works that that way only if I make a new device link 
> to be able to manual mount the CDROM. Finally, I can live with that, but I 
> am just curios why is not working anymore the way it was when I 
> installed the system. I didn't changed the fstab and yet one of the 
> component is not working properly. Supermount works fine for the floppy 
> disk. I still think the problem is from somewhere else
> 
> Rich Clark wrote:
> 
> > Here's what he's lookin' for:
> >
> >
> > /mnt/floppy /mnt/floppy supermount fs=vfat,dev=/dev/fd0 0 0
> > /mnt/cdrom /mnt/cdrom supermount fs=iso9660,dev=/dev/cdrom 0 0
> > /mnt/cdrom2 /mnt/cdrom2 supermount fs=iso9660,dev=/dev/cdrom2 0 0
> 
> Tried this too, but in vain. Your line and John's are correct but apparently 
> I messed up something else. Thanks. 
> 
> ----
> George
> 
>

Okay, let's try something else:  Make certain your devices are assigned
correctly.  Here's an ls -l of my dev directory, particularly the
/dev/cdrom* entries:

lrwxrwxrwx   1 root     root       8 Mar  5 23:34 /dev/cdrom ->  /dev/sr0
lrwxrwxrwx   1 root     roo        3 Feb 17 11:49 /dev/cdrom2 -> /dev/hdd

Each link was created using ln -sf /dev/sr0 /dev/cdrom and ln -sf /dev/hdd
/dev/cdrom2.  

Here's my lilo.conf for giggles:

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
vga=0x0f06
default=linux
keytable=/boot/us.klt
prompt
timeout=150
message=/boot/message
image=/boot/vmlinuz
        label=linux
        root=/dev/hda6
        append="hdc=ide-scsi"
        read-only
image=/boot/vmlinuz-2.2.14-15mdk
        label=linux-old
        root=/dev/hda6
        append="hdc=ide-scsi"
        read-only
other=/dev/fd0
        label=floppy
        unsafe

If it don't work after making similar adjustments to your machine's
settings, I can come up with no other reason why.  I guess you'd be SOL.

-- 
Rich Clark

Sign the petition at http://www.libranet.com/petition.html
Help bring us more Linux Drivers

Reply via email to