On Sun, 21 Apr 2002 19:57:03 +0100
Peter Ruskin <[EMAIL PROTECTED]> wrote:
> On Sunday 21 Apr 2002 18:51, Charles A Edwards wrote:
> > Is any one else having problems with removable disk drives and
> > kernel-2418-12?
> >
> Yes, me too. My fstab said:
> /dev/scd0 /mnt/cdrom auto ro,umask=0,user,noauto,exec 0 0
> /dev/scd1 /mnt/cdrw auto ro,umask=0,user,noauto,exec 0 0
> /dev/scsi/host0/bus0/target1/lun0/cd /cdrom auto ro,noauto,user,exec 0 0
> /dev/scsi/host0/bus0/target3/lun0/cd /cdrw auto ro,noauto,user,exec 0 0
>
> When I tried to mount the dvd device on /mnt/cdrom it said:
> specal device /dev/scsi/host0/bus0/target1/lun0/cd does not exist.
>
> I deleted both those long entries - then I could mount /mnt/cdrom and
> /mnt/cdrw.
>
> Is it worth persevering with devfs when kernel 2.6 will have the new
> driverfs?
I have been using devfs since mandrake started incorporating it.
You were lucking, you had extra lines in fstab which when deleted corrected your
problem.
My fstab is the same as for the other kernels I have installed.
In checking mount point for the 2418-12 kernel I find that the dvd which should be
/dev/hde is listed as /dev/sd0
and my cdrw which should be /dev/sd0 is listed as /dev/sd1, using eroaster I see that
it also detects the dvd as sd0 and the cdrw as sd1.
I could edit /etc/fstab to reflect the the 'new' designations but am reluctant to do
so without knowing whether this is a permanent change
in dev and kernel or if it is just something flaky in he 2418-12 kernel.
Maybe Juan will be around Mon and can answer.
Charles