I had the same problem. Here is my fix:
My original fstab (CDROM and FLOPPY lines only) after upgrading:
/mnt/cdrom /mnt/cdrom supermount fs=iso9660,dev=/dev/cdrom 0 0
/mnt/cdrom2 /mnt/cdrom2 supermount fs=iso9660,dev=/dev/cdrom2 0 0
/mnt/floppy /mnt/floppy supermount fs=vfat,dev=/dev/fd0 0 0
With this configuration I had the same problem as you.
I writed to this list and Steve Kieu wrote:
"I would suggest you check the /etc/fstab ; may be some
*stupid* :-) configuration tool modify it and it is not right."
But the lines he writes don't work, but gives me an idea: I done this
sequence:
- supermount -i disable
- supermount -i enable
And with some minor changes I had a correct lines in fstab for cdrom and
floppy (but incorrect for windows partitions, but, hey, I solved it with my
backup copy of fstab :-)
And now, the correct lines for cdrom and floppy (in my system):
/mnt/cdrom /mnt/cdrom
supermountfs=iso9660,dev=/dev/cdrom,ro,nosuid,nodev,exec 0 0
/mnt/cdrom2 /mnt/cdrom2 supermount
fs=iso9660,dev=/dev/cdrom2,ro,nosuid,nodev,exec 0 0
/mnt/floppy /mnt/floppy supermount fs=vfat,dev=/dev/fd0,nosuid,nodev 0 0
Salu2
Oscar.
------------------
El Dom 01 Jul 2001 16:05, escribiste:
> Hi,
> I've got a problem after Freqing my 8.0 install
> If I've got a CDROM in the drive at boot, it mounts OK,
> But if I try to change the CD I get the following shoing in my logs
>
> Jul 2 00:01:58 darkwing kernel: cdrom: open failed.
> Jul 2 00:01:58 darkwing kernel: end_request: I/O error, dev 02:00
> (floppy), sector 0
>
> An earlier message that may be relevant is
>
> Jul 2 00:01:00 darkwing kernel: VFS: busy inodes on changed media.
>
> Meanwhile KFM shows the ever-popular locked folder.
> I checked the symlink, and device permissions, and fstab/mtab...can't see a
> problem
>
> Any thoughts anyone?
>
> Andrew