linux nfs-server开启
安装
yum install nfs-utils rpcbind
准备目录
mkdir /nfsData
echo “/nfsData 10.2.161.1/24(rw,no_root_squash,no_subtree_check)” >> /etc/exports
启动服务
systemctl start rpcbind
systemctl start nfs
systemctl enable rpcbind
systemctl enable nfs
原文地址:https://blog.csdn.net/selestin2/article/details/141959479
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!