192 |
- |
1 |
#
|
|
|
2 |
# Sample auto.master file
|
|
|
3 |
# This is a 'master' automounter map and it has the following format:
|
|
|
4 |
# mount-point [map-type[,format]:]map [options]
|
|
|
5 |
# For details of the format look at auto.master(5).
|
|
|
6 |
#
|
|
|
7 |
/misc /etc/auto.misc
|
|
|
8 |
#
|
|
|
9 |
# NOTE: mounts done from a hosts map will be mounted with the
|
|
|
10 |
# "nosuid" and "nodev" options unless the "suid" and "dev"
|
|
|
11 |
# options are explicitly given.
|
|
|
12 |
#
|
|
|
13 |
/net -hosts
|
|
|
14 |
#
|
|
|
15 |
# Include /etc/auto.master.d/*.autofs
|
|
|
16 |
# The included files must conform to the format of this file.
|
|
|
17 |
#
|
|
|
18 |
+dir:/etc/auto.master.d
|
|
|
19 |
#
|
|
|
20 |
# If you have fedfs set up and the related binaries, either
|
|
|
21 |
# built as part of autofs or installed from another package,
|
|
|
22 |
# uncomment this line to use the fedfs program map to access
|
|
|
23 |
# your fedfs mounts.
|
|
|
24 |
#/nfs4 /usr/sbin/fedfs-map-nfs4 nobind
|
|
|
25 |
#
|
|
|
26 |
# Include central master map if it can be found using
|
|
|
27 |
# nsswitch sources.
|
|
|
28 |
#
|
|
|
29 |
# Note that if there are entries for /net or /misc (as
|
|
|
30 |
# above) in the included master map any keys that are the
|
|
|
31 |
# same will not be seen as the first read key seen takes
|
|
|
32 |
# precedence.
|
|
|
33 |
#
|
|
|
34 |
+auto.master
|