home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / next / sysadmin / 4754 < prev    next >
Encoding:
Text File  |  1992-08-19  |  2.4 KB  |  62 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!gumby!wupost!zaphod.mps.ohio-state.edu!menudo.uh.edu!usenet
  3. From: sears@tree.egr.uh.edu (Paul S. Sears)
  4. Subject: Re: NFS and CDROM question
  5. Message-ID: <1992Aug19.204231.12138@menudo.uh.edu>
  6. Sender: usenet@menudo.uh.edu (USENET News System)
  7. Nntp-Posting-Host: sierra.egr.uh.edu
  8. Reply-To: sears@tree.egr.uh.edu
  9. Organization: University of Houston
  10. References: <3393@ra.nrl.navy.mil>
  11. Date: Wed, 19 Aug 1992 20:42:31 GMT
  12. Lines: 48
  13.  
  14. In article <3393@ra.nrl.navy.mil> dean@n5170a.nrl.navy.mil (Dean Clamons)  
  15. writes:
  16. =>A second question along the same lines is whether there is a way to get  
  17. =>the CDROM to always mount under the same mount point (eg /cdrom) instead  
  18. =>of under a mount point which is related to the name of the disk. The  
  19. =>reason I would like to do this is so that the CDROM can always be mounted  
  20. =>from another system by using the same name (assuming that I can mount it  
  21. =>at all!).
  22.  
  23. Add and entry to /etc/fstab to make it something like (make sure the entry is  
  24. READ_ONLY!!!).  If there is not a disk in the CD-Rom drive apon boot up, it  
  25. will ask you to insert the disk into the drive.  Also, this has only worked  
  26. for the NeXTStep Prerelease disks.  This does not work for any ISO9600 format  
  27. disks for some strange reason (we wanted to have Exploring Mathematics with  
  28. Mathematica mounted in one of our drives.  Caused a panic every time we  
  29. booted):
  30.  
  31. #
  32. #       DO NOT DELETE THIS FILE, IT IS REQUIRED FOR BOOTING
  33. #
  34. #       This file contains information used to mount local hard disks.  
  35. #       Consult your system administration and networking manual
  36. #       for information on adding local disks.  Information on the format
  37. #       of entries in this file can also be found in the fstab man page,
  38. #       search for fstab in Digital Librarian.
  39. #
  40. /dev/sd0a / 4.3 rw,noquota,noauto 0 1
  41. /dev/sd1a /cdrom 4.3 ro,noquota 0 0
  42.  
  43.  
  44. =>
  45. =>Your comments would be welcomed.
  46. =>
  47. =>--
  48. =>Dean Clamons
  49. =>Naval Research Lab
  50. =>Code 5110
  51. =>Washington, DC 20375
  52. =>(202) 767-2384
  53. =>dean@n5170a.nrl.navy.mil
  54.  
  55. --
  56. Paul S. Sears                *  sears@uh.edu (NeXT Mail OK)
  57. The University of Houston    *  suggestions@tree.egr.uh.edu (NeXT
  58. Engineering Computing Center *  comments, complaints, questions)
  59. NeXT System Administration   *  DoD#1967 '83 NightHawk 650SC 
  60.           >>> SSI Diving Certification #755020059 <<<
  61. "Programming is like sex: One mistake and you support it a lifetime."
  62.