mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
3db52feb1f
(This used to be commit 453a822a76
)
16 lines
584 B
Plaintext
16 lines
584 B
Plaintext
# 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
|