Linux Services

NFS

Server

apt install nfs-kernel-server

vi /etc/exports
    /data *(rw,no_root_squash,no_subtree_check)   

exportfs -a
systemctl restart nfs-kernel-server

NFS performance monitoring and tuning

https://www.ibm.com/support/knowledgecenter/en/ssw_aix_71/com.ibm.aix.performance/nfs_perf_mon_tun.htm http://www.nfsv4bat.org/Documents/ConnectAThon/2013/NewGenerationofTesting-v2.pdf

client

Last updated

Was this helpful?