信创服务器下配置NFS网络文件系统部署方案
发布时间
阅读量:
阅读量
一、服务端安装步骤
1、安装nfs服务(26.45)
yum -y install nfs-utils rpcbind
mkdir /data/dzda/jieshou_zip
chmod 777 /data/dzda/jieshou_zip
vim /etc/exports
/data/dzda/jieshou_zip 192.18.23.30(insecure,rw)
/data/dzda/jieshou_zip 192.18.23.148(insecure,rw)
2、启动rpcbind、启动nfs
systemctl start rpcbind
systemctl start nfs
3、系统启动时启动rpcbind、nfs服务
systemctl enable rpcbind
systemctl enable nfs
4、查看本级发布的共享目录
exportfs - rv
全部评论 (0)
还没有任何评论哟~
