home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / bsd / 10401 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  2.8 KB

  1. Path: sparky!uunet!pipex!warwick!uknet!gdt!aber!fronta.aber.ac.uk!pcg
  2. From: pcg@aber.ac.uk (Piercarlo Grandi)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Re: [386BSD] Disklabel for MAXTOR LXT340S
  5. Message-ID: <PCG.92Dec18223754@decb.aber.ac.uk>
  6. Date: 18 Dec 92 22:37:54 GMT
  7. References: <1992Dec10.080231.10747@email.tuwien.ac.at> <1992Dec12.100620.16224@tfs.com>
  8.     <1992Dec15.165013.18162@prism.poly.edu>
  9. Sender: news@aber.ac.uk (USENET news service)
  10. Reply-To: pcg@aber.ac.uk (Piercarlo Grandi)
  11. Organization: Prifysgol Cymru, Aberystwyth
  12. Lines: 50
  13. In-Reply-To: kapela@prism.poly.edu's message of 15 Dec 92 16: 50:13 GMT
  14. Nntp-Posting-Host: decb.aber.ac.uk
  15.  
  16. On 15 Dec 92 16:50:13 GMT, kapela@prism.poly.edu (Theodore S. Kapela) said:
  17.  
  18. (Martin BIRGMEIER) writes:
  19.  
  20. Martin> Hello netters,
  21. Martin> MAXTOR LXT340S 6.20
  22. Martin> cylinders: 324 <=========================== (!)
  23.  
  24. kapela> (Julian Elischer) writes:
  25.  
  26. Julian> It used the BIOS's idea of the geometry which is different.
  27. Julian> (The adaptec sets it up to LOOK LIKE 32sec, 64heads, 324CYL) in
  28. Julian> fact since the disk MAY have Zone recording we may BOTH be
  29. Julian> wrong!
  30.  
  31. kapela> YES!  The drive *DOES* use Zone-Bit Recording (I have the IDE
  32. kapela> version [ an LXT-340A ] that I am temporarily using for 386bsd.
  33.  
  34. Confirmed.
  35.  
  36.  
  37. Actually recent SCSI/IDE disk drives are not disk drives at all. They
  38. are fairly powerful minicomputers (the LCT340 has got a 68000 with 256KB
  39. of RAM, quite a bit of ROM, and the operating system that runs on it
  40. keeps overlays in the last cylinders of the disk itself) dedicated to
  41. driving a disk drive.
  42.  
  43. The LXT340 is just a disk server, only it uses the SCSI protcol over a
  44. SCSI bus rather than say NFS over an Ethernet bus.
  45.  
  46. The OS that runs on the minicomputer does a lot of nifty tricks, just
  47. like a file server would do; caching, read ahead, error recovery and so
  48. on. In practice it is impossible to treat it as a disk drive.
  49.  
  50. Therefore the best bet is to give a bogus geometry, of which the default
  51. Adaptec supplied one is one of the most convenient, being N cylinders of
  52. 1MB each, which makes partitioning easier, and abandon all hopes of
  53. doing lowe level optimizations as those done in the BSD filesystem code,
  54. that try to minimize things like rotational latency, which are actually
  55. handled by the LXT340 OS.
  56.  
  57. A couple of years ago we had a discussion on this; somebody recently
  58. posted in this newsgroup a patch along the line sof that discussion that
  59. just makes the BSD filesystem code try to keep block sequentially
  60. contiguous if the parameters indicate it is a SCSI disk, with no fancier
  61. layout policy (which are of dubious value anyhow).
  62. --
  63. Piercarlo Grandi, Dept of CS, PC/UW@Aberystwyth <pcg@aber.ac.uk>
  64.   E l'italiano cantava, cantava. E le sue disperate invocazioni giunsero
  65.   alle orecchie del suo divino protettore, il dio della barzelletta
  66.