Skip to content

Instantly share code, notes, and snippets.

@marcoceppi
Created October 12, 2010 19:13
Show Gist options
  • Save marcoceppi/622740 to your computer and use it in GitHub Desktop.
Save marcoceppi/622740 to your computer and use it in GitHub Desktop.
danyadfs -fstype=cifs,rw,noperm,user=OH,pass=HELLNO,domain=Danya ://10.10.0.183/backup
#
# $Id: auto.master,v 1.4 2005/01/04 14:36:54 raven Exp $
#
# 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 -hosts
#
# 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
/mnt /etc/auto.danyadfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment