home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / ultrix / 8139 < prev    next >
Encoding:
Text File  |  1992-11-08  |  2.4 KB  |  58 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!haven.umd.edu!decuac!pa.dec.com!nntpd2.cxo.dec.com!nabeth!alan
  3. From: alan@nabeth.enet.dec.com (Alan Rollow - Alan's Home for Wayward Tumbleweeds.)
  4. Subject: Re: Need disktab for 1.2GB Toshiba MK-538FB 
  5. Message-ID: <1992Nov6.205520.11208@nntpd2.cxo.dec.com>
  6. Lines: 45
  7. Sender: alan@nabeth (Alan Rollow - Alan's Home for Wayward Tumbleweeds.)
  8. Reply-To: alan@nabeth.enet.dec.com (Alan Rollow - Alan's Home for Wayward Tumbleweeds.)
  9. Organization: Digital Equipment Corporation
  10. References:  <1992Nov6.152430.27396@hubcap.clemson.edu>
  11. Date: Fri, 6 Nov 1992 20:55:20 GMT
  12.  
  13.  
  14. In article <1992Nov6.152430.27396@hubcap.clemson.edu>, tlihsin@hubcap.clemson.edu (lih-sin the) writes:
  15. >
  16. >Hi,
  17. >  We just received a 1.2GB Toshiba MK538FB disk drive and we would like
  18. >to install it on a DECstation 3100 running Ultrix V4.1. For that purpose
  19. >we need to get the disktab for the hard drive.
  20.  
  21. Did the drive come with any documentation?  From that you should
  22. be able to determine the geometry information desired by the
  23. disktab entries ns, nt and nc.  The type field (ty) will almost
  24. certainly be "winchester", but I'm not familiar with the disk.
  25. The partition information can really be whatever you want.  ULTRIX
  26. will provide a default partition table that only has the A, B, C
  27. and G partitions:
  28.  
  29.     A: Start =       0, Length =  32,768
  30.     B: Start =  32,768, Length = 131,072
  31.     C: Start =       0, Length = Size of disk.
  32.     G: Start = 163,840, Length = remainder of disk.
  33.  
  34. Most disktab entries use 8192 for the block size and 1024 for the
  35. fragment size.  For some reason the B partitions always seem to use
  36. 4096 for the block size and 512 for the fragment size.
  37.  
  38. If you don't have the drive documentation, you can write a fairly
  39. simple program that uses the DEVGETGEOM I/O control (devio(4)) to
  40. ask the drive what it's geometry is and then construct a disktab
  41. from that.  Or you can use the creatediskbyname(3) library function
  42. to get all the information you need for the disktab entry and
  43. format it into an entry.
  44.  
  45. >Also do I have to run Ultrix 4.2 or higher in order the DECstation 
  46. >to accept 1.2GB disk?
  47.  
  48. If you want to use all 1.2 GB, yes.  ULTRIX is limited to 2^21 LBNs.
  49. Attempting to use more causes the I/O request to wrap around to the
  50. beginning of the disk, making life very interesting for your data.
  51.  
  52. >
  53. >    Thanks in advance,
  54. >        tlihsin@hubcap.clemson.edu
  55. --
  56. Alan Rollow                alan@nabeth.cxo.dec.com
  57.  
  58.