home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / next / sysadmin / 7160 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.4 KB  |  39 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!ux1.cso.uiuc.edu!news.cso.uiuc.edu!uxh.cso.uiuc.edu!beaucham
  3. From: beaucham@uxh.cso.uiuc.edu (James Beauchamp)
  4. Subject: Re: External Drive File Ownership Problem
  5. References: <BzH58v.4q5@news.cso.uiuc.edu>
  6. Message-ID: <BzMDJs.Erz@news.cso.uiuc.edu>
  7. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  8. Reply-To: J-Beauchamp@uiuc.edu
  9. Organization: University of Illinois at Urbana
  10. Date: Mon, 21 Dec 1992 17:21:27 GMT
  11. Keywords: External Drive Individual File Ownership with NetInfo
  12. Lines: 25
  13.  
  14. Thanks to everyone who responded to my note.  I was confused by the statement
  15. in the file /etc/fstab that said
  16.  
  17.  # NOTE: This file is never consulted if NetInfo is running. It is only
  18.  # used during bootstrap.
  19.  
  20. I interpreted this to mean that the information in this file was somehow
  21. completely ineffective if NetInfo was used.  So now I have edited this line
  22. to say
  23.  
  24. # NOTE: This file is used to initialize disk partition status during bootstrap.
  25. # It is not consulted while NetInfo is running, 
  26.  
  27. The consensus is that to provide indivdual file ownership and protection the
  28. fstab file should follow the following format:
  29.  
  30. /dev/sd0a / 4.3 rw,noquota,noauto 0 1
  31. /dev/sd0b /Clients 4.3 rw,noquota 0 2
  32. /dev/sd1a /External 4.3 rw,noquota 0 2
  33.  
  34. where sd0a,b are partitions of the internal drive and sd1a is a partition of
  35. the external SCSI drive.
  36.  
  37. Jim Beauchamp
  38.  
  39.