Skip to content

Instantly share code, notes, and snippets.

@dk0r
Last active December 17, 2015 15:38
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 dk0r/5632741 to your computer and use it in GitHub Desktop.
Save dk0r/5632741 to your computer and use it in GitHub Desktop.
# Sample auto.master file
# Format of this file:
# mountpoint map options
# For details of the format look at autofs(5).
/mnt/personal /etc/autofs/auto.personal
/mnt/torrent /etc/autofs/auto.torrent
/mnt/usenet /etc/autofs/auto.usenet
/mnt/media /etc/autofs/auto.media
#/etc/autofs/auto.personal
personal -fstype=cifs,iocharset=utf8,noperm,sec=ntlm,domain=DK0RNET,username=dk0r,password=******* ://192.168.1.75/personal
#/etc/autofs/auto.torrent
torrent -fstype=cifs,iocharset=utf8,noperm,sec=ntlm,domain=DK0RNET,username=dk0r,password=******* ://192.168.1.75/torrent
#/etc/autofs/auto.usenet
usenet -fstype=cifs,iocharset=utf8,noperm,sec=ntlm,domain=DK0RNET,username=dk0r,password=******* ://192.168.1.75/usenet
#/etc/autofs/auto.media
media -fstype=cifs,iocharset=utf8,noperm,sec=ntlm,domain=DK0RNET,username=dk0r,password=******* ://192.168.1.75/media
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment