Skip to content
SlowMotion edited this page Nov 21, 2016 · 1 revision

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
Clone this wiki locally