From: Joe <joeja@mindspring.com>
To: linux-kernel@vger.kernel.org
Subject: ide floppy iomega zip driver or vfat?
Date: Sun, 11 Nov 2001 13:13:09 -0800 [thread overview]
Message-ID: <3BEEE9E5.56D04353@mindspring.com> (raw)
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)
reply other threads:[~2001-11-11 21:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3BEEE9E5.56D04353@mindspring.com \
--to=joeja@mindspring.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox