linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ide zip 100 won't mount
@ 2001-09-17 21:39 Joseph Cheek
  2001-09-17 22:29 ` Sam Varshavchik
  2001-09-17 22:52 ` disregard: " Joseph Cheek
  0 siblings, 2 replies; 3+ messages in thread
From: Joseph Cheek @ 2001-09-17 21:39 UTC (permalink / raw)
  To: mrsam; +Cc: linux-kernel

i've tried 2.4.7-ac10 and 2.4.9-ac10.  same results.  at boot i get:

Sep 17 11:02:48 seattle kernel: ide-floppy driver 0.97.sv
Sep 17 11:02:48 seattle kernel: hdd: No disk in drive
Sep 17 11:02:48 seattle kernel: hdd: 98304kB, 96/64/32 CHS, 4096 kBps, 512
sector size, 2941 rpm

looks good, right?  but i put a disk in and i get:

Sep 17 14:36:23 seattle kernel: ide-floppy: hdd: I/O error, pc =  0, key =
2, asc = 30, ascq =  0
Sep 17 14:36:23 seattle kernel: ide-floppy: hdd: I/O error, pc = 1b, key =
2, asc = 30, ascq =  0
Sep 17 14:36:23 seattle kernel: hdd: No disk in drive

not hardware, as it works in windows on the same machine.

any ideas?

thanks!

joe


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ide zip 100 won't mount
  2001-09-17 21:39 ide zip 100 won't mount Joseph Cheek
@ 2001-09-17 22:29 ` Sam Varshavchik
  2001-09-17 22:52 ` disregard: " Joseph Cheek
  1 sibling, 0 replies; 3+ messages in thread
From: Sam Varshavchik @ 2001-09-17 22:29 UTC (permalink / raw)
  Cc: linux-kernel

Joseph Cheek writes: 


> looks good, right?  but i put a disk in and i get: 
> 
> Sep 17 14:36:23 seattle kernel: ide-floppy: hdd: I/O error, pc =  0, key =
> 2, asc = 30, ascq =  0
> Sep 17 14:36:23 seattle kernel: ide-floppy: hdd: I/O error, pc = 1b, key =
> 2, asc = 30, ascq =  0
> Sep 17 14:36:23 seattle kernel: hdd: No disk in drive 
> 
> not hardware, as it works in windows on the same machine. 
> 
> any ideas?

The first packet is TEST_UNIT_READY, the second packet is START_STOP_UNIT. 
asc 30/asq 0 decodes to "Incompatible medium installed".  Doesn't sound too 
promising... 

Looking through the driver, it will not fail to open if either of these 
packets fail.  The driver open will fail if it can't decode the subsequent 
READ_FORMAT_CAPACITIES packet.  Try to enabling debugging by initializing 
the IDEFLOPPY_DEBUG macro.  Also, the output of hdparm -i would be useful. 

-- 
Sam 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* disregard: Re: ide zip 100 won't mount
  2001-09-17 21:39 ide zip 100 won't mount Joseph Cheek
  2001-09-17 22:29 ` Sam Varshavchik
@ 2001-09-17 22:52 ` Joseph Cheek
  1 sibling, 0 replies; 3+ messages in thread
From: Joseph Cheek @ 2001-09-17 22:52 UTC (permalink / raw)
  To: mrsam; +Cc: linux-kernel

hmm, i went into windows *one more time* just to make sure it was still 
working, and not a hardware problem.  well... looks like it doesn't work 
in windows either.  must be hardware.

funny thing it shows up in dmesg and in "My Computer", just can't read 
from it.

Joseph Cheek wrote:

>i've tried 2.4.7-ac10 and 2.4.9-ac10.  same results.  at boot i get:
>
>Sep 17 11:02:48 seattle kernel: ide-floppy driver 0.97.sv
>Sep 17 11:02:48 seattle kernel: hdd: No disk in drive
>Sep 17 11:02:48 seattle kernel: hdd: 98304kB, 96/64/32 CHS, 4096 kBps, 512
>sector size, 2941 rpm
>
>looks good, right?  but i put a disk in and i get:
>
>Sep 17 14:36:23 seattle kernel: ide-floppy: hdd: I/O error, pc =  0, key =
>2, asc = 30, ascq =  0
>Sep 17 14:36:23 seattle kernel: ide-floppy: hdd: I/O error, pc = 1b, key =
>2, asc = 30, ascq =  0
>Sep 17 14:36:23 seattle kernel: hdd: No disk in drive
>
>not hardware, as it works in windows on the same machine.
>
>any ideas?
>
>thanks!
>
>joe
>
>-
>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/
>



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-09-17 22:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-17 21:39 ide zip 100 won't mount Joseph Cheek
2001-09-17 22:29 ` Sam Varshavchik
2001-09-17 22:52 ` disregard: " Joseph Cheek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).