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/