Last active
August 29, 2015 14:01
-
-
Save nickdowell/5c1943f2f86871ad2042 to your computer and use it in GitHub Desktop.
automount configuration examples
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/auto_examples | |
afp_vol -fstype=afp afp://user:password@server/afp_vol | |
smb_vol -fstype=smbfs ://user:password@server/smb_vol | |
#note: no password can be specified for NFS | |
nfs_vol server:/nfs_vol |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment