home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / msdos / programm / 9186 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  2.5 KB

  1. Xref: sparky comp.os.msdos.programmer:9186 comp.os.msdos.misc:5108
  2. Path: sparky!uunet!wupost!uwm.edu!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!ralf
  3. From: Ralf.Brown@B.GP.CS.CMU.EDU
  4. Newsgroups: comp.os.msdos.programmer,comp.os.msdos.misc
  5. Subject: Re: Disk Drive Purchase?
  6. Message-ID: <2aab4eed@ralf>
  7. Date: 7 Sep 92 12:45:33 GMT
  8. Article-I.D.: ralf.2aab4eed
  9. Sender: news@cs.cmu.edu (Usenet News System)
  10. Organization: Carnegie Mellon University School of Computer Science
  11. Lines: 34
  12. In-Reply-To: <1992Sep6.130707.2409@newstand.syr.edu>
  13. Originator: ralf@B.GP.CS.CMU.EDU
  14. Nntp-Posting-Host: b.gp.cs.cmu.edu
  15.  
  16. In article <1992Sep6.130707.2409@newstand.syr.edu>, amichiel@rodan.acs.syr.edu (Allen J Michielsen) wrote:
  17. }In article <Bu34nA.3FB.2@cs.cmu.edu> ralf+@cs.cmu.edu (Ralf Brown) writes:
  18. }> IDE won't max out for a while...if the drives themselves keep getting faster
  19. }
  20. }   I don't see how the drive can get much faster.  Good access time are already
  21. }around 10 mS, and we are talking physics.  Mechanical parts, moving...
  22.  
  23. Simple: create a drive with 16 data surfaces and place each bit of a
  24. 16-bit word on a different surface.  Voila, 32+ MB/s throughput....  Or
  25. interleave the bytes across as many surfaces as you want on a
  26. byte-by-byte basis.  Seek times can be reduced by using multiple heads
  27. per surface.  These techniques were in use 30 years ago on mainframes.
  28.  
  29. }>The more immediate limit to IDE (and ESDI) is likely to be the size of the
  30. }>drive.  If (as I suspect), the WD-1003 only permits 16 heads, then the
  31. }>limit on IDE is 504 MB (1024 cylinders * 16 heads * 63 sectors/track); even
  32. }
  33. }The WD-1003 spec does max out at 16 heads, but that isn't something cast in
  34. }stone.  A new backwards compatable standard shoud be in the near future...
  35. }The 1024 cylinder limit is a dos limit, ide and esdi controllers don't
  36. }have that same problem because the actual drive geometry is hidden
  37. }(same as scsi).  This makes the standard max size up around
  38. }1024 cyl x 1024 heads x 1024 sectors 
  39.  
  40. Yeah, but the geometry translation is based on the limits of the BIOS, which
  41. are 1024 cyl x 64 heads x 63 sectors/track--a little less than 4G sectors
  42. per BIOS-recognized drive.  To get more on a physical drive, you'll have to
  43. split it into multiple drives before the BIOS sees it.
  44.  
  45. -- 
  46. Internet: RALF+@CS.CMU.EDU   |The University would disclaim this if it knew...
  47. FIDO: Ralf Brown 1:129/26.1  |
  48. BIT: RALF%CS.CMU.EDU@CARNEGIE|"Success has a simple formula: do your best,
  49. AT&Tnet: (412)268-3053 school| and people may like it."   -- Sam Ewing
  50.