NFS - acehippo/slowmotion GitHub Wiki

nfs mount

# mount
mount -o tcp,vers=3,intr,rsize=65536,wsize=65536,lookupcache=all,async,nolock,noatime nfs.domain.url:/data /nfs

# with attribute cache time option
mount -o tcp,vers=3,intr,rsize=65536,wsize=65536,lookupcache=all,async,nolock,noatime,acregmin=60,acregmax=600,acdirmin=30,acdirmax=60 nfs.domain.url:/data /nfs