home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / wizards / 3846 < prev    next >
Encoding:
Text File  |  1992-09-08  |  850 b   |  25 lines

  1. Newsgroups: comp.unix.wizards
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!tamsun.tamu.edu!pnarayan
  3. From: pnarayan@cs.tamu.edu (P S Narayan)
  4. Subject: Filemanager
  5. Message-ID: <1992Sep8.212311.11463@tamsun.tamu.edu>
  6. Sender: news@tamsun.tamu.edu (Read News)
  7. Organization: Computer Science Department, Texas A&M University
  8. Distribution: usa
  9. Date: Tue, 8 Sep 1992 21:23:11 GMT
  10. Lines: 13
  11.  
  12. Hello,
  13. The disk driver will hide the details of disk addresses from the higher
  14. level layers. The file manager is one such higher layer. Does this mean
  15. that the disk block allocate and deallocate routines of the file manager
  16. return logical offsets of block addresses, which the driver uses later on
  17. for reading or writing.
  18. What I am asking is, are the values of direct and indirect pointers in
  19. the inode for a file logical offsets ?
  20.  
  21. Thanks
  22. Narayan
  23. pnarayan@cs.tamu.edu
  24.  
  25.