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