home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / next / sysadmin / 7133 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.6 KB  |  43 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!stanford.edu!leland.Stanford.EDU!news
  3. From: gcolello@biosphere.Stanford.EDU (Greg Colello)
  4. Subject: Re: External Drive File Ownership Problem
  5. Message-ID: <1992Dec19.011628.5712@leland.Stanford.EDU>
  6. Sender: news@leland.Stanford.EDU (Mr News)
  7. Organization: DSO, Stanford University
  8. References: <BzH58v.4q5@news.cso.uiuc.edu>
  9. Date: Sat, 19 Dec 92 01:16:28 GMT
  10. Lines: 31
  11.  
  12. In article <BzH58v.4q5@news.cso.uiuc.edu> beaucham@uxh.cso.uiuc.edu (James  
  13. Beauchamp) writes:
  14. > We've added an external hard drive to our NeXT (OS 2.1) and it's working  
  15. fine
  16. > except that whoever logs in on console owns all of the files under that
  17. > disk's partition.  The fix given in the Sys Adm manual refers to the  
  18. file 
  19. > /etc/fstab, but that won't work if we're running NetInfo. So what do we  
  20. do to
  21. > get this to mount correctly?  I hope there is an easy way!
  22. > Jim Beauchamp
  23.  
  24. When we got our CubeRoute 1GB hard drive, it was automounting. We had the  
  25. same problems as you. We had to add to our /etc/mtab file the following  
  26. line:
  27.  
  28. /dev/sd1a "/CubeRouteHardDrive" 4.3 rw,noquota 0 2
  29.  
  30. sd1a is the CubeRoute drive (as an external drive). sd0a was our NeXTcube  
  31. internal 330MB hard drive (as the boot drive).
  32.  
  33. I don't really understand the options used for the sd1a drive , but I got  
  34. them from the CubeRoute guy. Without this entry in /etc/mtab the external  
  35. drive will automount as you described.
  36.  
  37. -----------------------------------------------------------------
  38. Greg Colello
  39. Carnegie Institution, Department of Plant Biology
  40. Stanford University
  41. gcolello@biosphere.stanford.edu (NeXT mail OK)
  42.