home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / 3b1 / 2978 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  4.3 KB

  1. Path: sparky!uunet!beartrk!ceilidh!hijo-2!dnichols
  2. From: dnichols@ceilidh.beartrack.com (Don Nichols (DoN.))
  3. Newsgroups: comp.sys.3b1
  4. Subject: Re: Help formatting a Seagate ST251-1
  5. Message-ID: <1992Jul31.001317.10628@ceilidh.beartrack.com>
  6. Date: 31 Jul 92 00:13:17 GMT
  7. References: <1992Jul30.025939.7323@cc.gatech.edu>
  8. Organization: D and D Data, Vienna Virginia
  9. Lines: 79
  10.  
  11. In article <1992Jul30.025939.7323@cc.gatech.edu> gregh@cc.gatech.edu writes:
  12. >I was in the process of installing a Seagate ST251-1 drive in my att7300,
  13. >when I noticed that I can only get it formatted to about 30 MB.  The specs
  14. >from Seagate claim that it has a capacity of 42.8 MB.  The specs I used to 
  15. >format it were: 820 cyl, 6 tracks per cyl and 17 tracks per sect.  Has anyone 
  16. >else has this problem?  Any advice on this would be very much appriciated!
  17.  
  18.     You've got two things working against you here.  The system uses
  19. only 16 of the 17 sectors/track for data, reserving the extra in each track
  20. for replacing bad blocks.  The other thing that you may be missing here is
  21. that a certain portion of the disk is set aside for swap space, even if
  22. you're using it as a second drive on a modified system.  It won't let you
  23. get the swap space below a certain minimum, and you shouldn't attempt to if
  24. this is the only drive on your system, since without swap space, the system
  25. gets rather sick :-) 
  26.  
  27.     If it is a second drive, you can do something like what I do, which
  28. is to make a filesystem on the swap partition on the second drive, and mount
  29. that as /tmp, so you don't ever have to worry about a program building
  30. enough files in /tmp to wedge the system with no space left in the root
  31. partition.
  32.  
  33.     There is also a small amount of disk space used for the VHB (Volume
  34. Home Block) which tells the system how it is partitioned, what bad-block
  35. replacement to do, and also provides room in there for the bootstrap loader,
  36. to keep it out of the way of the working parts of the disk.  That way, it
  37. can't be trashed by a runaway program (or programmer. :-)
  38.  
  39.     If you want to see what has happened with the formatted drive, once
  40. you are up and running, you can type iv -t /dev/rfp000.  (You must be root
  41. to do this.)  Use /dev/rfp010 for the second drive, if that is what this
  42. is.  Here are the results on my system:
  43.  
  44. ceilidh:csu 19:55#  iv -t /dev/rfp000
  45. Winchester disk
  46. Volume Name: WINCHE
  47. 1224 Cylinders. 15 Heads per Cylinder.
  48. There are 17 Physical Sectors (of 512 bytes) per Track.
  49.         255 Physical Sectors per Cylinder, 312120 Physical Sectors per Disk.
  50. There are 8 Logical Blocks (of 1024 bytes) per Track.
  51.         120 Logical Blocks per Cylinder, 146880 Logical Blocks per Disk.
  52. The Step Rate supplied to the Controller is 0.
  53. Partition 0: start Track=0, size (in Blocks)=120
  54. Partition 1: start Track=15, size (in Blocks)=15000
  55. Partition 2: start Track=1890, size (in Blocks)=45000
  56. Partition 3: start Track=7515, size (in Blocks)=86760
  57. Loader starts at Block 2 (size=24 Blocks).
  58. Bad Block Table starts at Block 1 (size=1 Blocks).
  59. The Bad Block Table contains 54 entries.
  60.  
  61. ceilidh:csu 19:55#  iv -t /dev/rfp010
  62. Second winchester disk
  63. Volume Name: WINCHE
  64. 1170 Cylinders. 7 Heads per Cylinder.
  65. There are 17 Physical Sectors (of 512 bytes) per Track.
  66.         119 Physical Sectors per Cylinder, 139230 Physical Sectors per Disk.
  67. There are 8 Logical Blocks (of 1024 bytes) per Track.
  68.         56 Logical Blocks per Cylinder, 65520 Logical Blocks per Disk.
  69. The Step Rate supplied to the Controller is 0.
  70. Partition 0: start Track=0, size (in Blocks)=56
  71. Partition 1: start Track=7, size (in Blocks)=15000
  72. Partition 2: start Track=1882, size (in Blocks)=50464
  73. Bad Block Table starts at Block 1 (size=1 Blocks).
  74. The Bad Block Table contains 22 entries.
  75.  
  76. 'csu' is an alternate login for root which gets me tcsh for a shell.  This
  77. way, I don't risk breaking shell scripts run as root.  The first disk is a
  78. Miniscribe 3085, the second is a Priam 190.  Each logical block listed above
  79. is two physical blocks, to add to the confusion.  I should have given them
  80. more imaginative names than "WINCHE", but that was done by the diagonstics
  81. disk, rather than the alternate formattng by use of iv.
  82.  
  83.     Good Luck
  84.         DoN.
  85. -- 
  86. Donald Nichols (DoN.)     | Voice (Days): (703) 704-2280 (Eves): (703) 938-4564
  87. D&D Data                  |  Email: <dnichols@ceilidh.beartrack.com>
  88. I said it - no one else   |         <nichols@nvl.army.mil>
  89.     --- Black Holes are where God is dividing by zero ---
  90.