home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.sbin / amd / fsinfo / conf / automounts next >
Encoding:
Text File  |  1990-12-16  |  907 b   |  49 lines

  1. host localhost.doc.ic.ac.uk
  2.  
  3. fs localhost:/localhost {
  4.     fstype = export
  5.     mount default {
  6.         exportfs ""
  7.         volname /home/localhost
  8.     }
  9. }
  10.  
  11. automount opts "opts:=rw,nosuid,grpid" /vol {
  12.     rwho {}
  13.     r+d {}
  14.     public {}
  15.     src { gnu{} athena{} gould{} utx{} sos4{} xinu43{} }
  16.     export {
  17.         exec {
  18.             sun3 {}
  19.             sun4 {}
  20.         }
  21.         roots {}
  22.         swaps {
  23.             tsun1 {} tsun2 {} tsun3 {} tsun4 {} tsun5 {} tsun6 {}
  24.             tsun7 {} tsun8 {} tsun9 {} tsun10 {} tsun11 {} tsun12 {}
  25.             tsun13 {} tsun14 {} tsun15 {} tsun16 {} tsun17 {} tsun18 {}
  26.             tsun19 {}
  27.             tcsun1 {} tcsun2 {} tcsun3 {} tcsun4 {} tcsun5 {}
  28.         }
  29.         misc {}
  30.     }
  31. }
  32.  
  33. automount opts "opts:=rw,nosuid,grpid" /home {
  34.     achilles {}
  35.     toytown {}
  36.     gummo {}
  37.     dylan { dk2{} dk5 {} }
  38.     ganymede {}
  39.     gould { staff{} teach{} }
  40.     "localhost" -> localhost
  41. }
  42.  
  43. automount opts "opts:=rw,nosuid,grpid" /homes {
  44.     opr -> /home/localhost/opr
  45. #include "users"
  46. }
  47.  
  48. automount /usr/achilles = /home/achilles
  49.