home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / protocol / nfs / 2776 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.3 KB

  1. Path: sparky!uunet!mcsun!news.funet.fi!tik.vtt.fi!tik.vtt.fi!tml
  2. From: tml@tik.vtt.fi (Tor Lillqvist)
  3. Newsgroups: comp.protocols.nfs
  4. Subject: What do NFS clients expect from NFS servers
  5. Date: 17 Nov 92 18:59:08
  6. Organization: Technical Research Centre of Finland, Laboratory for Information
  7.     Processing (VTT/TIK)
  8. Lines: 19
  9. Message-ID: <TML.92Nov17185908@tiuhti.tik.vtt.fi>
  10. NNTP-Posting-Host: tiuhti.tik.vtt.fi
  11.  
  12. I am writing a program that mounts itself as a NFS server and answers
  13. incoming RPC calls by making AFP calls to an AppleTalk file server.
  14. (Don't ask for the code yet, it's not ready.)  (Do tell me if this
  15. kind of program is already available free.)
  16.  
  17. What kind of assumptions does the NFS client code in UNIX kernels (I
  18. run HP-UX 8.07, if that matters) make on the replies it gets?  Does it
  19. get upset if the root of the mounted file system isn't "inode"
  20. (fileid) 2?  What if several files happen to have the same fileid, but
  21. still have link count = 1?  Must the link count of a directory be
  22. identical to the number of subdirectories + 2? Does it matter if
  23. directory sizes are reported as zero?  Etc.
  24.  
  25. (My testing so far seems to indicate that the kernel doesn't much care
  26. for these details, but I would like to be sure.)
  27. --
  28. Tor Lillqvist,
  29. working, but not speaking, for the Technical Research Centre of Finland,
  30. Laboratory for Information Processing (VTT/TIK).
  31.