linux floppy bug

aoc (aoc@geocities.com)
Sun, 19 Apr 1998 17:22:33 +0800 (PST)


Someone kindly fix this. It is very annoying.

#cd
# mount -t ext2 /dev/fd0 /mnt/floppy
mount: /dev/fd0 already mounted or /mnt/floppy busy
# umount /dev/fd0
umount: /dev/fd0: not mounted
# mount -t ext2 /dev/fd0 /mnt/floppy
mount: /dev/fd0 already mounted or /mnt/floppy busy
# fuser -k /mnt/floppy
# mount -t ext2 /dev/fd0 /mnt/floppy
mount: /dev/fd0 already mounted or /mnt/floppy busy
# umount -a
umount: none: device is busy
umount: /dev/hda2: device is busy
# umount /dev/fd0
umount: /dev/fd0: not mounted

Before anyone blames my flop, may I add that the drive
is new and works perfectly under "normal" conditions.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu