DevTech101

DevTech101

Run from commend line (per user) – This will change to not create temp .DS_STORE files
defaults write com.apple.desktopservices DSDontWriteNetworkStores true

/etc/autofs.conf

Add in brows AUTOMOUNTD_MNTOPTS

AUTOMOUNTD_MNTOPTS=nosuid,nodev,brows

Add to /etc/nfs.conf

nfs.client.mount.options = intr,locallocks,nfc

To add to automount at boot time

Ad to /etc/auto_master

/-              auto_nas

Then add to /etc/auto_nas

/video_archive  -vers=3,rw,bg,intr,tcp  nas1b-srv.domain.com:/export/video_archive

To refresh the mount just run

automount -vc

Use this to manuel mount with mountoptins (for testing)

mount -t nfs -o vers=3,rw,bg,intr,tcp nas1b-srv.domain.com:/export/video_archive /mnt

Refrencess

Automount NFS in OS X

https://wiki.archlinux.org/index.php/NFS/Troubleshooting#Unreliable_connection_from_OS_X_clients

For SMB – but same for NFS

Create a Permanent SMB Mount in OSX (Updated)

The automnt options which only works in /etc/nfs.conf

http://forums.macrumors.com/showthread.php?t=1518545

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
%d bloggers like this: