home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / next / sysadmin / 4957 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  2.4 KB

  1. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!agate!agate!usenet
  2. From: izumi@pinoko.berkeley.edu (Izumi Ohzawa)
  3. Newsgroups: comp.sys.next.sysadmin
  4. Subject: How do I change the order of /Net (auto)-NFS mounts?
  5. Date: 1 Sep 1992 07:01:40 GMT
  6. Organization: University of California, Berkeley
  7. Lines: 47
  8. Distribution: world
  9. Message-ID: <17v4gkINNfp4@agate.berkeley.edu>
  10. Reply-To: izumi@pinoko.berkeley.edu
  11. NNTP-Posting-Host: moica.berkeley.edu
  12. Keywords: autonfsmount, Net
  13.  
  14. I tried mounting the Washington Univ. St. Louis archive (wuarchive.wustl.edu)
  15. via /Net NFS mounts, but some of the directories appears empty when accessed.
  16. I think this is because of the way directries are structured at wuarchive, and
  17. the order of autonfsmounts are not right, for example:
  18.  
  19. /archive/usenet is mounted before /archive is mounted.  The later mount
  20. that is closer to the root of directory tree must be over-riding the
  21. previous nfs mounts.
  22.  
  23. My question is how do I specify in NetInfo to mount /archive first BEFORE
  24. /archive/usenet, /archive/mirrors, etc are mounted?
  25.  
  26. Nidump shows the mount order correctly, but actual mounts seem to take place
  27. in the reverse order.  Why and how do I change the order of autonfsmounts?
  28.  
  29. Thanks.
  30.  
  31. ----
  32. ### Relevant entries in NetInfo /Net mount specification ###
  33. % nidump fstab .
  34.  ....
  35. wuarchive.wustl.edu:/archive /Net nfs ro,net,noquota,soft,intr,bg 0 0 
  36. wuarchive.wustl.edu:/archive/usenet /Net nfs ro,net,noquota,soft,intr,bg 0 0 
  37. wuarchive.wustl.edu:/archive/mirrors /Net nfs ro,net,noquota,soft,intr,bg 0 0 
  38. wuarchive.wustl.edu:/archive/mirrors2 /Net nfs ro,net,noquota,soft,intr,bg 0 0 
  39.  
  40. ### Mount table entries ###
  41. % cat /etc/mtab
  42. thishost:(autonfsmount[134]) "/Net" nfs ro,intr,port=733 0 0
  43. wuarchive.wustl.edu:/archive/mirrors2
  44.             "/private/Net/wuarchive.wustl.edu/archive/mirrors2"
  45.             nfs ro,net,noquota,soft,intr,bg 0 0
  46. wuarchive.wustl.edu:/archive/mirrors
  47.             "/private/Net/wuarchive.wustl.edu/archive/mirrors"
  48.             nfs ro,net,noquota,soft,intr,bg 0 0
  49. wuarchive.wustl.edu:/archive/usenet
  50.             "/private/Net/wuarchive.wustl.edu/archive/usenet"
  51.             nfs ro,net,noquota,soft,intr,bg 0 0
  52. wuarchive.wustl.edu:/archive
  53.             "/private/Net/wuarchive.wustl.edu/archive"
  54.             nfs ro,net,noquota,soft,intr,bg 0 0
  55.  
  56. --
  57. Izumi Ohzawa             [ $BBg_78^=;(J ]
  58. USMail: University of California, 360 Minor Hall, Berkeley, CA 94720
  59. Telephone: (510) 642-6440     Fax:  (510) 642-3323
  60. Internet: izumi@pinoko.berkeley.edu (NeXT Mail OK)
  61.