home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sgi / 11349 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  1.5 KB

  1. Path: sparky!uunet!utcsri!dgp.toronto.edu!clr
  2. Newsgroups: comp.sys.sgi
  3. From: clr@dgp.toronto.edu (Stephen Bohus)
  4. Subject: mounting optical disks over nfs
  5. Message-ID: <1992Jul24.164719.21068@jarvis.csri.toronto.edu>
  6. Keywords: optical disk
  7. Organization: CSRI, University of Toronto
  8. Date: 24 Jul 92 20:47:20 GMT
  9. Lines: 25
  10.  
  11.     Optical disks on a Maxtor Tahiti I drive can be changed and 
  12. mounted via nfs on client machines without rebooting the server.
  13. The steps to do this are as follows:
  14.  
  15. umount /usr/people/optical    [on all clients]
  16. umount /usr/people/optical    [on server]
  17. exportfs -uav                [on server; clears nfs exported directories]
  18. exportfs -av                [on server; exportfs the new directory]
  19. mount /usr/people/optical    [on server]
  20. mount the optical via nfs    [on all clients]
  21.  
  22.     This solution came from Jack W. Howarth.  He also noted the following:
  23.  
  24. > It appears that the NFS optical directory gets stale handles when you
  25. > change disks and the NFS directories must be recreated. We have found
  26. > that umounting and mounting the NFS optical directory isn't enough.
  27. > You must re-export the optical directory to get the 'fresh' NFS handles.
  28. >  Jack
  29. > -------------------------------------------------------------------------
  30. > Jack W. Howarth, Ph.D.                      Univ. of Texas Medical School
  31. > Research Fellow                                            P.O. Box 20708
  32. > Department of Biochemistry                           Houston, Texas 77225
  33. > -------------------------------------------------------------------------
  34.  
  35.     - Stephen Bohus (clr@dgp.toronto.edu)
  36.