home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 20411 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  1.3 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!ux1.cso.uiuc.edu!cs.uiuc.edu!vela!vtrm01!vtrx33!don
  2. Newsgroups: comp.os.linux
  3. Subject: Re: Dying IDE disk drive.
  4. Message-ID: <92121423631@vtrx33.uucp>
  5. From: don@vtrx33.uucp (Donald E. Cope)
  6. Date: Mon, 14 Dec 92 12:45:05 EST
  7. References: <1gdj4bINNmf3@life.ai.mit.edu>
  8. Distribution: world
  9. Organization: The garden of RAMA
  10. X-Newsreader: TIN [version 1.1 PL6]
  11. Lines: 23
  12.  
  13. Eric Youngdale (ericy@hal.gnu.ai.mit.edu) wrote:
  14. :     It seems that I am usually answering questions, but now the tables are
  15. : turned.  This morning my IDE disk died.  Not completely, but I get all kinds of
  16. :    The HD error message says that
  17. : the error code is 0x10, the status is 0x59.  The file hdreg.h says that 0x10
  18. : means ID_ERR, whatever that is.
  19. : -Eric
  20. When each hard disk is low level formatted an ID is included into each and
  21. every sector so that when the disk is read or written, it can ensure that
  22. the head is at the right spot on the disk.  The ID part is read and checked
  23. before a read or write can be performed.  If you give the drive parameters
  24. of say cyl 75 head 2 sector 34 and you only have 17 sectors per track you
  25. will get a status of 0x59 or 0x51 and a error code of 0x10 saying the ID
  26. has not been found at this disk location.
  27.  
  28. Hope this helps.
  29.  
  30. Don.
  31.  
  32.