home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / next / sysadmin / 5196 < prev    next >
Encoding:
Text File  |  1992-09-14  |  2.1 KB  |  50 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!wupost!usc!sdd.hp.com!ux1.cso.uiuc.edu!lemson
  3. From: lemson@ux1.cso.uiuc.edu (David Lemson)
  4. Subject: Re: Mounting external drives (what's the scoop?)
  5. Message-ID: <BuLszF.JwA@ux1.cso.uiuc.edu>
  6. Organization: University of Illinois at Urbana
  7. References: <lux.716524009@sol.UVic.CA>
  8. Date: Tue, 15 Sep 1992 05:09:00 GMT
  9. Lines: 39
  10.  
  11. lux@sol.UVic.CA (Michael O'Henly) writes:
  12.  
  13. >    Let's say I power up the system. It goes through its usual
  14. >startup procedure. Among other things, it looks for disks and (in the
  15. >verbose startup display) prints some info about all three drives. Then
  16. >it halts at the login screen. Fine.
  17.  
  18. >    So I log in. When the browser window opens, there's a brief
  19. >pause while the system spins up the two external drives -- then icons
  20. >for the external drives appear on the shelf. At this point (I figure),
  21. >the external drives are mounted. Fine again.
  22. Not really.  They're getting mounted to /volumelabel by
  23. autodiskmount.  This only happens when someone logs in on the
  24. console, as you have found.
  25.  
  26. >    But when I telnet to the machine and log in under the same
  27. >account, the external drives are _not_ mounted. No matter what I do
  28. >(not much, considering my limited knowledge of Unix), I can't "see"
  29. >those drives.
  30. You need to add entries to /etc/fstab for these drives. (not netinfo
  31. fstab, but the actual flat file, because this is read before netinfo
  32. is even run in the /etc/rc file)
  33.  
  34. Your externals are probably /dev/sd1a and /dev/sd2a.  So you would
  35. append to your /etc/fstab:
  36.  
  37. /dev/sd1a /external1 4.3 rw,noquota 0 2
  38. /dev/sd2a /external2 4.3 rw,noquota 0 3
  39.  
  40. Of course, you can change /external1 to whatever you want it mounted
  41. on each time you reboot.
  42. If you're logged into the console, you'll have to reboot for these
  43. changes to take effect.  If you're on remote, you can do mount -av
  44. probably. (as root)
  45. -- 
  46. David Lemson                                                (217) 244-1205
  47. University of Illinois NeXT Campus Consultant / CCSO NeXT Lab System Admin
  48. Internet : lemson@uiuc.edu                UUCP :...!uiucuxc!uiucux1!lemson 
  49. NeXTMail accepted                                  BITNET : LEMSON@UIUCVMD
  50.