home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / hp / 14486 < prev    next >
Encoding:
Internet Message Format  |  1993-01-04  |  1.4 KB

  1. Path: sparky!uunet!haven.umd.edu!umd5!elea.umd.edu!mark
  2. From: mark@elea.umd.edu (Mark Sienkiewicz)
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: Disk partitioning/layout (Was: New 877 Installation)
  5. Message-ID: <17777@umd5.umd.edu>
  6. Date: 4 Jan 93 17:08:41 GMT
  7. References: <JTHOMAS.92Dec24140611@navajo.nmsu.edu> <JTHOMAS.92Dec28161410@navajo.nmsu.edu>
  8. Sender: news@umd5.umd.edu
  9. Organization: University of Maryland
  10. Lines: 18
  11.  
  12. In article <JTHOMAS.92Dec28161410@navajo.nmsu.edu> jthomas@nmsu.edu (James Thomas) writes:
  13. >b)  Back 20 years ago, I could tell TOPS-10 where I wanted its equivalent
  14. >to the inode table.  That is still missing in unix.  If I set a disk up
  15. >with only section 2, I would like to be able to say that the inode table
  16. >should be put smack in the middle (if I don't want a single file,
  17. >contiguous though unix also can't particulary do that anyway).  That
  18. >way seeks are minimized when the relatively common requirement to find some
  19. >inode information happens.
  20.  
  21. You can't tell it where exactly to put the inodes, but you can adjust
  22. the size of the cylinder groups.  In the BSD filesystem (which HPUX
  23. certainly appears to be using), the disk is split up into "cylinder groups".  
  24. Each cylinder group has a bunch of inodes and a bunch of data blocks.  Data
  25. blocks are allocated from the same cylinder group that the inode is in
  26. (subject to some restrictions).  You can see some of the things to tweak
  27. in the man page for tunefs.
  28.  
  29.  
  30.