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
本文出自 “老段的修炼人生” 博客,请务必保留此出处http://031028.blog.51cto.com/9866455/1837209
原文地址:http://031028.blog.51cto.com/9866455/1837209