home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / ultrix / 5914 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  963 b 

  1. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!jvnc.net!yale.edu!yale!gumby!destroyer!ncar!noao!arizona!arizona.edu!ece.arizona.edu!tb
  2. From: tb@ece.arizona.edu (Tom Bortone)
  3. Newsgroups: comp.unix.ultrix
  4. Subject: NFS Mounts
  5. Message-ID: <1992Jul27.170134@ece.arizona.edu>
  6. Date: 28 Jul 92 00:01:34 GMT
  7. Reply-To: tb@ece.arizona.edu (Tom Bortone)
  8. Distribution: world,local
  9. Organization: University of Arizona Dept. of Electrical and Computer Engineering
  10. Lines: 18
  11. Nntp-Posting-Host: naples.ece.arizona.edu
  12.  
  13. I have set up a directory for export in /usr/users:
  14.  
  15. drwxrwxr-x  2 root     optics        512 Jul 20 09:48 sundec
  16.  
  17. with the export file /etc/exports:
  18.  
  19.  
  20. /usr/users/sundec               natasha.ece.arizona.edu
  21.  
  22.  
  23. I'm running the automounter on a Sun with the entry in  /etc/auto.direct:
  24.  
  25.  
  26. /home/sundec    -rw,intr,hard,grpid     goofy:/usr/users/sundec
  27.  
  28. The file mounts fine but I cannot write in the mounted directory.
  29.  
  30. Can anyone tell me what's wrong?
  31.