linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: disregard: Re: ide zip 100 won't mount
@ 2001-09-17 23:12 Sam Varshavchik
  2001-09-18 11:59 ` Peter Wächtler
  2001-09-19 17:41 ` Mark H. Wood
  0 siblings, 2 replies; 5+ messages in thread
From: Sam Varshavchik @ 2001-09-17 23:12 UTC (permalink / raw)
  To: Joseph Cheek; +Cc: linux-kernel

Joseph Cheek writes: 

> 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.

That's pretty much what the sense codes below did indicate - media problem.  
Try a different disk. 

> 
> 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!

-- 
Sam

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

* Re: disregard: Re: ide zip 100 won't mount
  2001-09-17 23:12 disregard: Re: ide zip 100 won't mount Sam Varshavchik
@ 2001-09-18 11:59 ` Peter Wächtler
  2001-09-19 17:41 ` Mark H. Wood
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Wächtler @ 2001-09-18 11:59 UTC (permalink / raw)
  To: Sam Varshavchik; +Cc: Joseph Cheek, linux-kernel

Sam Varshavchik wrote:
> 
> Joseph Cheek writes:
> 
> > 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.
> 
> That's pretty much what the sense codes below did indicate - media problem.
> Try a different disk.
> 

I had the same problem. The second media works, the first got
screwed up? I can't reproduce the problem now.

The media gets destroyed after partitioning and running mke2fs.
I can't believe it myself - but have no other explanation.

When the media was broken I got:
<7>VFS: Disk change detected on device ide0(3,64)
<6> /dev/ide/host0/bus0/target1/lun0:<7>LDM:  DEBUG (ldm.c, 877):
 validate_partition_table: Found basic MS-DOS partition, not a dynamic
disk.
<4> p1 p2 p3 p4
<7>VFS: Disk change detected on device ide0(3,65)
<6> /dev/ide/host0/bus0/target1/lun0:<7>LDM:  DEBUG (ldm.c, 877):
 validate_partition_table: Found basic MS-DOS partition, not a dynamic
disk.
<4> p1 p2 p3 p4
[and so on with funny device numbers up to 3,93]

cat /proc/partitions
   3    64      98288 ide/host0/bus0/target1/lun0/disc
   3    65  272218546 ide/host0/bus0/target1/lun0/part1
   3    66  269488144 ide/host0/bus0/target1/lun0/part2
   3    67  699181456 ide/host0/bus0/target1/lun0/part3
   3    68      10668 ide/host0/bus0/target1/lun0/part4

Note: a new media has NO partition - it's a floppy.
Now is it possible that the media gets destroyed if the hardware
tries to seek to illegal positions?


> > 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.

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

* Re: disregard: Re: ide zip 100 won't mount
  2001-09-17 23:12 disregard: Re: ide zip 100 won't mount Sam Varshavchik
  2001-09-18 11:59 ` Peter Wächtler
@ 2001-09-19 17:41 ` Mark H. Wood
  1 sibling, 0 replies; 5+ messages in thread
From: Mark H. Wood @ 2001-09-19 17:41 UTC (permalink / raw)
  Cc: linux-kernel

On Mon, 17 Sep 2001, Sam Varshavchik wrote:
> Joseph Cheek writes:
> > 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.
>
> That's pretty much what the sense codes below did indicate - media problem.

For future reference, is there any sort of tool that will decode these
magic numbers, since the driver doesn't do it for us?  It ought to cut
down on the number of posts beginning, "my IDE driver began speaking in
tongues, what is it trying to tell me?"

-- 
Mark H. Wood, Lead System Programmer   mwood@IUPUI.Edu
Make a good day.


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

* Re: disregard: Re: ide zip 100 won't mount
       [not found] ` <fa.jbpet1v.q08fo6@ifi.uio.no>
@ 2001-09-19 22:14   ` Sam Varshavchik
  0 siblings, 0 replies; 5+ messages in thread
From: Sam Varshavchik @ 2001-09-19 22:14 UTC (permalink / raw)
  To: Mark H. Wood; +Cc: linux-kernel

Mark H. Wood writes: 

> On Mon, 17 Sep 2001, Sam Varshavchik wrote: 
>
>> That's pretty much what the sense codes below did indicate - media problem.
> 
> For future reference, is there any sort of tool that will decode these
> magic numbers, since the driver doesn't do it for us?  It ought to cut
> down on the number of posts beginning, "my IDE driver began speaking in
> tongues, what is it trying to tell me?"

ftp://ftp.seagate.com/sff/INF-8070.PDF 

You'll have to page through it, it's kind of scattered all over the place. 

This is for removable ATAPI IDE devices.  I don't know how much of that is 
applicable to plain garden-variety IDE devices. 

-- 
Sam 


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

* disregard: Re: ide zip 100 won't mount
  2001-09-17 21:39 Joseph Cheek
@ 2001-09-17 22:52 ` Joseph Cheek
  0 siblings, 0 replies; 5+ 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] 5+ messages in thread

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-17 23:12 disregard: Re: ide zip 100 won't mount Sam Varshavchik
2001-09-18 11:59 ` Peter Wächtler
2001-09-19 17:41 ` Mark H. Wood
     [not found] <fa.ia34bav.ijiuqq@ifi.uio.no>
     [not found] ` <fa.jbpet1v.q08fo6@ifi.uio.no>
2001-09-19 22:14   ` Sam Varshavchik
  -- strict thread matches above, loose matches on Subject: below --
2001-09-17 21:39 Joseph Cheek
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).