blob: ee4b4eedc1bb8be82099f1923477e224ec2faae1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
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
|