MAC NFS auto mount configuration
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 …