Skip to content

Instantly share code, notes, and snippets.

@pvanheus
Created March 20, 2018 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pvanheus/7fe641bf06d593a02ec62108e53c2c5a to your computer and use it in GitHub Desktop.
Save pvanheus/7fe641bf06d593a02ec62108e53c2c5a to your computer and use it in GitHub Desktop.
#
# Sample auto.master file
# This is an automounter map and it has the following format
# key [ -mount-options-separated-by-comma ] location
# For details of the format look at autofs(5).
#
#/misc /etc/auto.misc
#
# NOTE: mounts done from a hosts map will be mounted with the
# "nosuid" and "nodev" options unless the "suid" and "dev"
# options are explicitly given.
#
/net /etc/auto.net -nonstrict
#
# Include central master map if it can be found using
# nsswitch sources.
#
# Note that if there are entries for /net or /misc (as
# above) in the included master map any keys that are the
# same will not be seen as the first read key seen takes
# precedence.
#
+auto.master
/cvmfs /etc/auto.cvmfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment