home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / ultrix / 6738 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.7 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!sample.eng.ohio-state.edu!purdue!hsdndev!news.cs.umb.edu!rouilj
  2. From: rouilj@dl5000.bc.edu (John P. Rouillard)
  3. Newsgroups: comp.unix.ultrix
  4. Subject: Re: Exporting a file system by NFS with restricted access
  5. Message-ID: <ROUILJ.92Sep7151455@dl5000.bc.edu>
  6. Date: 7 Sep 92 20:14:55 GMT
  7. References: <1992Aug27.063051.18841@info.ucl.ac.be>
  8. Sender: news@cs.umb.edu (USENET News System)
  9. Followup-To: comp.unix.ultrix
  10. Organization: Institute for Space Research, Boston College
  11. Lines: 31
  12.  
  13.  
  14. In article <1992Aug27.063051.18841@info.ucl.ac.be>
  15. Ninane@fynu.ucl.ac.be (Alain Ninane - FYNU) writes:
  16.  
  17. >   Is there a simple way to export an Ultrix system file to different
  18. >   machines/netgroups with different access restrictions ?
  19. >   I'd like to have an /etc/exports file which looks like this:
  20. >
  21. >       /myFileSystem   -r=0    host1
  22. >       /myFileSystem   -r=2    host2
  23. >       /myFileSystem   -o      host3
  24.  
  25.  
  26. Sigh yes, the above just don't work. The hack I use is to create N
  27. directories which are duplicate tree's with the files hard linked
  28. between the tree's. I have a cron script that remakes the links for
  29. any newly created files, edited files every few minutes. This only
  30. works for readonly/readmostly setups, otherwise the chance of
  31. collision on files is too great, and stale NFS handles abound.
  32.  
  33. As to a simple way, the answer I got was no, and no plans to
  34. fix/support this functionality (DEC support Dec 91 8-( ).
  35.  
  36. Yet another thing DEC didn't do right with NFS (actually mountd),
  37. although their lockd and statd seems better than average, once you
  38. figure out how to get it to work 8-(.
  39.  
  40. If anybody has a replacement mountd for Ultrix, I would love to hear
  41. about it.
  42.  
  43. -- John
  44.