home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / protocol / nfs / 3084 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  1.7 KB

  1. Path: sparky!uunet!spool.mu.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!usc!nic.csu.net!csufres.CSUFresno.EDU!olson
  2. Newsgroups: comp.protocols.nfs
  3. Subject: Help with NFS client!
  4. Message-ID: <1993Jan11.213654.3763@nic.csu.net>
  5. From: olson@csufres.CSUFresno.EDU (Brian Olson)
  6. Date: 11 Jan 93 21:36:53 PST
  7. Distribution: world
  8. Organization: California State University, Fresno
  9. Nntp-Posting-Host: csufres.csufresno.edu
  10. Lines: 34
  11.  
  12.  
  13. Dear NFS gurus:
  14.  
  15. I am relatively new to NFS (RPC for that matter) and have a few
  16. questions that I would be very grateful for help with.  I am
  17. flying blind with only RFC1094 to help me...
  18.  
  19. I am trying to implement a very simple NFS client, running on machine
  20. A, which will contact the NFS server (running on machine B).  
  21. First I make the RPC call to procedure MOUNTPROC_EXPORT (5) of the
  22. mountd daemon on machine B.  It correctly responds with its exported
  23. list of directories.  Then I RPC call to MOUNTPROC_MNT (1) with the
  24. first directory that was returned to me.  The RPC call is accepted, but
  25. the returned file handle is all zeros, and a error status of 13 is
  26. reported.  I assume this is the standard NFSERR_ACCESS error (permission
  27. denied)--true?
  28.  
  29. I don't know why this call is failing, as machine A is in machine
  30. B's /etc/export file for the desired directory.  (Viewing machine B's 
  31. /etc/xtab  or executing  exportfs  confirms this.)  Also the
  32. exported directories are rwx for all.
  33.  
  34.  
  35. HELP!!!  I am at my wits end!  Should what I am doing be
  36. working?  I would be grateful for any replies, ANY AT ALL...
  37. C source code would be great!  Please post to me or to the list--
  38. I now read it daily!
  39.  
  40. Thanks in advance!
  41. Brian Olson
  42. olson@csufres.csufresno.edu
  43.  
  44.  
  45.  
  46.