Skip to content

Instantly share code, notes, and snippets.

@apisznasdin
Created January 21, 2015 09:46
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 apisznasdin/834974951684ab273d95 to your computer and use it in GitHub Desktop.
Save apisznasdin/834974951684ab273d95 to your computer and use it in GitHub Desktop.
OSX Yosemite Automount NAS Share settings
# /etc/auto_master
#
# Automounter master map
#
+auto_master # Use directory service
/net -hosts -nobrowse,hidefromfinder,nosuid
/home auto_home -nobrowse,hidefromfinder
/Network/Servers -fstab
/Users/username/Documents/Shares auto_resources
/- -static
# /etc/auto_resouces
SharedFolder -fstype=smbfs ://username:password@NAS-IP-Address/SharedFolder
@apisznasdin
Copy link
Author

Jangan lupa hide password

chmod 600 /etc/auto_resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment