home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / arch / storage / 792 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.2 KB  |  39 lines

  1. Newsgroups: comp.arch.storage
  2. Path: sparky!uunet!cton!torre
  3. From: torre@mom (Patrick Torre)
  4. Subject: LBA modes on IDE drives? 
  5. Message-ID: <1992Nov20.190735.11204@cton.com>
  6. Sender: @cton.com
  7. Organization: Computone Corp., Roswell, GA, USA
  8. Date: Fri, 20 Nov 92 19:07:35 GMT
  9. Lines: 28
  10.  
  11.  
  12. I'm trying to find an IDE drive that supports LBA addressing mode.
  13. Do any of the popular (cheap) drives support this mode?
  14.  
  15. (this is from the ATA spec.)
  16.  
  17. )A drive can operate in either of two addressing modes, CHS or LBA, on a 
  18. )command by command basis. A drive which can support LBA mode indicates this in 
  19. )the Identify Drive Information. If the host selects LBA mode in the Drive/Head 
  20. )register, Sector Number, Cylinder Low, Cylinder High and HS3-HS0 of the 
  21. )Drive/Head Register contains the zero based-LBA.
  22. )
  23. )In LBA mode, the sectors on the drive are assumed to be linearly mapped with 
  24. )an Inital definition of:
  25. )
  26. )        LBA 0 = Cylinder 0/Head 0/Sector 1.
  27. )
  28. )Irrespective of translate mode geometry set by the host, the LBA address of a 
  29. )given sector does not change:
  30. )
  31. )  LBA = [ (Cylinder * No of Heads + Heads) * Sectors/Track ] + (Sector-1) 
  32. )
  33. )
  34.  
  35.  
  36. Any help will be appreciated,
  37. Pat
  38.  
  39.