home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / bsd / 5491 < prev    next >
Encoding:
Text File  |  1992-09-10  |  3.0 KB  |  65 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!wupost!spool.mu.edu!sol.ctr.columbia.edu!eff!news.byu.edu!ux1!fcom.cc.utah.edu!park.uvcc.edu!ns.novell.com!thisbe.Eng.Sandy.Novell.COM!terry
  3. From: terry@thisbe.Eng.Sandy.Novell.COM (Terry Lambert)
  4. Subject: Re: Trouble using an NFS filesystem
  5. Message-ID: <BuDutI.32z@Novell.COM>
  6. Sender: usenet@Novell.COM (Usenet News)
  7. Nntp-Posting-Host: thisbe.eng.sandy.novell.com
  8. Organization: Novell NPD -- Sandy, UT
  9. References: <1992Sep10.162146.1@woods.ulowell.edu>
  10. Date: Thu, 10 Sep 1992 22:08:06 GMT
  11. Lines: 52
  12.  
  13. In article <1992Sep10.162146.1@woods.ulowell.edu> jackson@woods.ulowell.edu writes:
  14. >Now, for something related:
  15. >After ifconfig'ing ec0 and successfully ftp'ing/ping'ing a host on our net,
  16. >I am having problems trying to access an NFS server.  The NFS server is a
  17. >netware 3.11 box with Netware NFS v1.1.  I can get the server volume to mount
  18. >on the 386bsd filesystem and running df gives an accurate report of the space
  19. >available, but I am unable to do anything in the directory where the NFS
  20. >volume is mounted.  Trying to do an ls or cp'ing something into that directory
  21. >just gives me a permission denied error.  Doing an ls -l of the mount
  22. >directory after I've mounted the volume shows the privledges as being:
  23. > drwx------     4 root          512 Sep 9 16:30 mcet1/    
  24. >It would seem as if I had the proper privledges, right?  Last, if I explicitly
  25. >try to mount the NFS volume by hand with the command line:        
  26. > # mount /bsd386/@mcet1: /mcet1 (I know, I know, it should be /386bsd/ :-) )
  27. >I get a message that reads "Can't get net id for host".  I can't figure out if
  28. >I've got something set up incorrectly on the Netware NFS hosts's side or if
  29. >the problem is somewhere in how I've configured the 386bsd system.  Anyone
  30. >want to offer any suggestions?    
  31.  
  32. 1.    What are the permissions on the directory you are mounting over?  I
  33.     suspect that you don't have permission.
  34.  
  35. 2.    This information implies that you are root trying to access
  36.     something in a directory owned by root on a remote machine.  Have
  37.     you done a "root=<client host name>" as an option on the exporting
  38.     host?  If not, you are coming in as id -2 ("nobody") and will not
  39.     be allowed to access the directory.  I realize that doing this is
  40.     "a bit different" using NetWare as a server.
  41.  
  42. 3.    If you can't get an id for it, the host "mcet1" isn't in your hosts
  43.     database.  If it is, perhaps the "<directory>@<host>" syntax is
  44.     broken on your NFS.  Try "<host>:<directory>" instead.  One way
  45.     this "break" might show up is your use of a ":" and an "@" in the
  46.     same line, configuing BFS into thinking "/bsd386/@mcet1" was the
  47.     host name and "" was the file name (the part with no whitespace
  48.     seperator following the colon is empty in the line you gave).
  49.  
  50. Please post a followup telling which, if any of these, solved your problem.
  51.  
  52.  
  53.                     Terry Lambert
  54.                     terry_lambert@gateway.novell.com
  55.                     terry@icarus.weber.edu
  56.  
  57. ---
  58. Disclaimer:  Any opinions in this posting are my own and not those of
  59. my present or previous employers.
  60.