ide floppy iomega zip driver or vfat?

Joe (joeja@mindspring.com)
Sun, 11 Nov 2001 13:13:09 -0800


I found a bug in iomega zip drives internal 100 meg drives. It seems to
be in 2.4.x kernels. I am not sure which ones work and which ones do
not. Currently I am using 2.4.14 and saw this in 2.4.9 to 2.4.14.

I mount the zip drive floppy like "mount /mnt/zip100.0" I then try to
copy a file to that drive and the copy fails and the cp command becomes
defunct. It cannot be killed with kill -9 or kill -TERM. I cannot shut
the system down as it is trying to access the drive.

It seems that using the mount /mnt/zip100.0 command mounts the drive as
vfat which causes this problem. If I do an explicit mount "mount -t
msdos /dev/hdd4 /zip100.0" it works better.

In either case using eject to eject the drive also hangs as dmesg shows
lots of the following:

hdd: lost interrupt
ide-floppy: CoD != 0 in idefloppy_pc_intr
hdd: ATAPI reset complete

Then I just kill eject and then try umount <drive> and it says "driver
not mounted"

Ideas? Thanks

Joe (not on the lkm list)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/