home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!portal!cup.portal.com!thad
- From: thad@cup.portal.com (Thad P Floryan)
- Newsgroups: comp.sys.sun.hardware
- Subject: Re: Need Quantum 425S format.dat entry.
- Message-ID: <70098@cup.portal.com>
- Date: Mon, 23 Nov 92 02:32:38 PST
- Organization: The Portal System (TM)
- References: <1em25qINNdf9@mozz.unh.edu>
- Lines: 55
-
- In article <1em25qINNdf9@mozz.unh.edu> tch@kepler.unh.edu (Travis C. Hayes)
- writes:
-
- | The title pretty much says it. I have just purchased a
- | Quantum ProDrive 425S and would like to use it on my Sun
- | 3/60.
-
- First off, you DON'T need the format.dat entry for the drive.
-
- I simply don't understand this fetish people have with format.dat entries.
- Earlier this year many besides myself showed how easy it is to do it manually.
-
- All you NEED to know is the total formatted-capacity data sectors. For the
- Quantum ProDrive 425S this number is 833,150. One would then feed that
- number into a program I wrote which will calculate the optimized parameters
- that one should feed to format(). Since I have multiple 425S drives on my
- Sun-3/60 (and other) systems, I'll save you the trouble.
-
- Remember that with SCSI, the ONLY operative parameter is the sector(s). The
- concept of heads, cylinders, tracks per cylinder, etc. aren't pertinent to
- drives with variable geometry (such as the 425S).
-
- For the Quantum 425S, my program suggests:
-
- cylinders: 1754
- heads: 5
- sectors/track: 95
-
- That will give you use of all 833150 formatted data sectors, and with the
- default newfs and 10% "lossage", you'll have over 390MB available for files.
- SunOS is better than HP-UX in this regards; I get only 385MB on my HP-9000/7xx
- boxes with Quantum 425S drives.
-
- What you need to do when format() asks you the stuff is:
-
- number of data cylinders: 1752
- number of alternate cylinders: 2
- number of heads: 5
- sectors/track: 95
-
- Because of SunOS' requirement for the alternates, you lose 243KB with each
- alternate cylinder. Another choice for the 425S is:
-
- 877 cylinders, 10 heads, 95 sec/trk, for 486KB per cylinder
-
- Then go into the "partition" sub-system of format() and set it all up to
- your preferences. WHat I do for is:
-
- a: 0 1754/0/0
- c: 0 1754/0/0
-
- Works fine; I've been using 425S drives on Sun-3/60 systems for over 20
- months now with no problems.
-
- Thad Floryan [ thad@btr.com, thad@cup.portal.com ]
-