yum -y install nfs-utils rpcbind
#安装nfs,nfs依赖rpc工作
systemctl start rpcbind
#开启rpc 再开启nfs服务
systemctl start nfs
systemctl enable rpcbind
#设置开机启动rpc nfs
systemctl enable nfs
firewall-cmd --permanent --add-service=rpc-bind
#允许rpc nfs mountd服务通过防火墙
firewall-cmd --permanent --add-service=nfs
firewall-cmd --permanent --add-service=mountd
#用于showmount
firewall-cmd --reload
#刷新防火墙配置
参考:
https://www.cnblogs.com/RookieWuBlog/p/14254609.html
windows挂载nfs
或者