home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / ultrix / 9258 < prev    next >
Encoding:
Text File  |  1993-01-12  |  3.0 KB  |  72 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!mcsun!sunic!ugle.unit.no!nuug!nntp.uio.no!bootes.sds.no!toreh
  3. From: toreh@bootes.sds.no (Tore Haraldsen)
  4. Subject: Re: SUMMARY: NFS exporting hassles
  5. Message-ID: <1993Jan12.122721.26236@ulrik.uio.no>
  6. Sender: news@ulrik.uio.no (Mr News)
  7. Nntp-Posting-Host: 192.68.77.217
  8. Organization: Statens Datasentral A/S, SDS, Norway
  9. References: <flint.726378710@marsh> <flint.726725306@marsh>
  10. Date: Tue, 12 Jan 1993 12:27:21 GMT
  11. Lines: 59
  12.  
  13. In article <flint.726725306@marsh> flint@cs.curtin.edu.au (Daniel Baldoni) writes:
  14. >G'day folks.  Recently, I posted the following query:
  15. >
  16. >>We've got a lab full of DECstation 5000's running Ultrix 4.2A (which we
  17. >>can't upgrade as they have software loaded which is incompatible with
  18. >>later versions of the OS).
  19. >>
  20. >>What I'm trying to do is export several file systems to lots of machines
  21. >>but grant root access to only a select group.  The exports file doesn't
  22. >>seem to allow this, although I've tried everything which seems to make
  23. >>sense (and even a couple of things which don't).
  24. >>
  25. >>So, can anybody help me out on this one?  I'd greatly appreciate any
  26. >>suggestions.
  27. >
  28. >So far, I've only had responses from Kevin Long (who provided general advice
  29. >on NFS exports/mounting) and Mike Iglesias who basically said "it can't be
  30. >done".  Thanks guys.
  31. >
  32. >As I've had no comments to the contrary, I must admit defeat (although I'm
  33. >not happy about it).  Considering the functionality provided by every other
  34. >version of UNIX I've seen (including SunOS, IRIX, AIX, HP-UX, BSD4.[23]),
  35. >this is a ridiculous limitation.  Just as a point of interest, has DEC fixed
  36. >this in later releases of the OS?  It won't help me as we're still bound to
  37. >4.2A by other software we're running but I'd be interested to find out.
  38. >
  39. >--
  40. >        Daniel Baldoni
  41. >
  42. >--------------------------------------------+----------------------------------
  43. >Phone:    +61-9-351-7667                    | School of Computing,
  44. >InterNet: flint@cs.curtin.edu.au            | Curtin University of Technology,
  45. >--------------------------------------------+ GPO Box U1987, Perth,
  46. >#include <std/disclaimer.h>                 | Western Australia, 6001
  47. >--------------------------------------------+----------------------------------
  48. >"Depression is not a state of mind ... it's the state of Victoria!"
  49. >  - A very one-eyed Eagles' fan (me)
  50.  
  51. I think you may be able to solve that with differing exports, like this:
  52.  
  53. Let us asssume the disk /u1:
  54.  
  55.     /u1        m1 m2 m3 m4
  56.     /u1/content    -r=0 m5 m6
  57.  
  58. Now, /u1 is exported read/write to m1, m2, m3 and m4.
  59.  
  60. /u1/content is exported with root privs to m5 and m6.
  61.  
  62. If you organize /u1 so that all files and directories reside in the
  63. /u1/contents directory, you should be home free... I do this to /usr/man
  64. to make the manual pages shareable and to make the storing if expanded
  65. man pages is /usr/man/catx directories work.
  66.  
  67. -- tore
  68. -- 
  69. ------------------------------------------------------------------------
  70. Tore Haraldsen, Statens Datasentral A/S - SDS, Norway
  71. email: toreh@bootes.sds.no
  72.