linux NFS配置

服务器端配置:

vi /etc/exports

 

/opt/extra_tools        10.56.126.77(rw,sync) 10.56.117.81(rw,sync,no_root_squash)

/opt        *(rw,sync,no_root_squash)

 

客户端Mount:


        mount <host IP>:<path> <mount path>

你可能感兴趣的:(linux)