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
时间: 2024-12-16 10:48:33
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