blob: 0fa8f4efc30b1daff6a0bbe2c816df603501d7e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# automount points below /a
# This is an automounter map and it has the following format
# key [ -mount-options-separated-by-comma ] location
# Details may be found in the autofs(5) manpage
# nfs servers
valepp -fstype=nfs,rsize=8192,wsize=8192 valepp:/
galaun -fstype=nfs,rsize=8192,wsize=8192 galaun:/
# smb-servers
supra_andreas -fstype=smb,username=andreas,password=foo ://supra/aheinrich
supra_cspiel -fstype=smb,username=cspiel ://supra/cspiel
phonon_andreas -fstype=smb,username=andreas ://phonon/andreas
helium_cspiel -fstype=smb,username=cspiel ://helium/cspiel
|