34 lines
473 B
Plaintext
34 lines
473 B
Plaintext
host ganymede.doc.ic.ac.uk
|
|
|
|
fs /dev/xy0a {
|
|
fstype = 4.2
|
|
opts = rw
|
|
freq = 1
|
|
passno = 1
|
|
mount / {
|
|
}
|
|
}
|
|
|
|
fs /dev/xy0g {
|
|
fstype = 4.2
|
|
opts = rw
|
|
freq = 1
|
|
passno = 2
|
|
mount /usr {
|
|
exportfs "-access=toytown:toytown_clients"
|
|
}
|
|
}
|
|
|
|
fs /dev/xy0h {
|
|
fstype = 4.2
|
|
opts = rw
|
|
freq = 1
|
|
passno = 3
|
|
mount /home/ganymede {
|
|
exportfs "-access=toytown_clients:samson:hangers_on"
|
|
}
|
|
}
|
|
|
|
mount /home/toytown opts rw,bg,nosuid
|
|
mount /usr/local from toytown.doc.ic.ac.uk opts ro,bg
|