NFS服务器设置

1 yum -y install nfs-utils rpcbind
2 systemctl enable rpcbind
3 systemctl  start rpcbind
4 systemctl start nfs
5 vi /etc/exports
/mydata        10.1.0.0/16(rw,no_root_squash)
6 exportfs -r
挂载服务器:
查看NFS服务器状况:
showmount -e 10.1.1.170
相关文章
相关标签/搜索