blob: fc293f5391df5877ac2f4f5251f4a6024e7f6fe8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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,uuname=andreas supra:/aheinrich
supra_cspiel -fstype=smb,uuname=cspiel supra:/cspiel
phonon_andreas -fstype=smb,uuname=andreas,fmod=3700 phonon:/andreas
helium_cspiel -fstype=smb,uuname=cspiel,fmod=3700 helium:/cspiel
#supra_jaz -fstype=smb,user,fmod=644,dmod=755 supra:/f
|