49 lines
907 B
Plaintext
49 lines
907 B
Plaintext
host localhost.doc.ic.ac.uk
|
|
|
|
fs localhost:/localhost {
|
|
fstype = export
|
|
mount default {
|
|
exportfs ""
|
|
volname /home/localhost
|
|
}
|
|
}
|
|
|
|
automount opts "opts:=rw,nosuid,grpid" /vol {
|
|
rwho {}
|
|
r+d {}
|
|
public {}
|
|
src { gnu{} athena{} gould{} utx{} sos4{} xinu43{} }
|
|
export {
|
|
exec {
|
|
sun3 {}
|
|
sun4 {}
|
|
}
|
|
roots {}
|
|
swaps {
|
|
tsun1 {} tsun2 {} tsun3 {} tsun4 {} tsun5 {} tsun6 {}
|
|
tsun7 {} tsun8 {} tsun9 {} tsun10 {} tsun11 {} tsun12 {}
|
|
tsun13 {} tsun14 {} tsun15 {} tsun16 {} tsun17 {} tsun18 {}
|
|
tsun19 {}
|
|
tcsun1 {} tcsun2 {} tcsun3 {} tcsun4 {} tcsun5 {}
|
|
}
|
|
misc {}
|
|
}
|
|
}
|
|
|
|
automount opts "opts:=rw,nosuid,grpid" /home {
|
|
achilles {}
|
|
toytown {}
|
|
gummo {}
|
|
dylan { dk2{} dk5 {} }
|
|
ganymede {}
|
|
gould { staff{} teach{} }
|
|
"localhost" -> localhost
|
|
}
|
|
|
|
automount opts "opts:=rw,nosuid,grpid" /homes {
|
|
opr -> /home/localhost/opr
|
|
#include "users"
|
|
}
|
|
|
|
automount /usr/achilles = /home/achilles
|