home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / hp / 8490 < prev    next >
Encoding:
Internet Message Format  |  1992-07-24  |  1.2 KB

  1. From: franks@hpuamsa.neth.hp.com (Frank Slootweg CRC)
  2. Date: Wed, 22 Jul 1992 14:13:57 GMT
  3. Subject: Re: fs(filesystem) structures
  4. Message-ID: <28510290@hpuamsa.neth.hp.com>
  5. Organization: Hewlett-Packard, The Netherlands
  6. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!hpscdc!hplextra!hpcc05!hpbbn!hpuamsa!franks
  7. Newsgroups: comp.sys.hp
  8. References: <1992Jul19.194809.9856@CS.ORST.EDU>
  9. Lines: 22
  10.  
  11.   Assuming you want to look at the filesystems on disk(s) (i.e. not in
  12. memory): See fs(4) (That wasn't too hard was it? :-)) and take it from
  13. there. See also the System Administration Concepts manual.
  14.  
  15. > I'm looking for the info in the fs(filesystem) structures & would like to
  16. > know the best(most direct) way of accessing it.
  17.  
  18.   The most direct way may not be the "best" (i.e. portable) way. See
  19. also opendir, readdir, telldir, seekdir, rewinddir, closedir(3C),
  20. stat(2), etc..
  21.  
  22. >                If not, is there a direct way to access the
  23. > root i-node(is it guaranteed to be in a certain position in the inode table)?
  24.  
  25.   The root inode is inode number 2 (see fs(4)).
  26.  
  27.   Hope this helps.
  28.  
  29.   Perhaps it is wise to explain what you try to accomplish. You posting
  30. was rather terse and left a lot of guessing.
  31.  
  32. Frank Slootweg, HP, Dutch Customer Response Center
  33.