diff options
Diffstat (limited to 'examples/autofs')
-rw-r--r-- | examples/autofs/auto.a | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/autofs/auto.a b/examples/autofs/auto.a new file mode 100644 index 0000000000..0fa8f4efc3 --- /dev/null +++ b/examples/autofs/auto.a @@ -0,0 +1,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 |