Install Nfs

Posted wemux

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Install Nfs相关的知识,希望对你有一定的参考价值。

yum install nfs-utils -y
mkdir -p /nfs
cat > /etc/exports << EOF
/nfs 192.168.0.0/24(rw,sync,no_root_squash,no_all_squash)
EOF
systemctl start nfs
systemctl start rpcbind
systemctl enable nfs
systemctl enable rpcbind
showmount -e localhost
firewall-cmd --permanent --zone=public --add-service=nfs
firewall-cmd --reload

以上是关于Install Nfs的主要内容,如果未能解决你的问题,请参考以下文章

NFS Server : Install

“yum -y install nfs-utils nfs-utils-lib”在 CentOS vagrant 机器上安装 NFS 客户端时

Linux NFS挂载,实现异地文件备份

NFS安装与配置

NFS无法挂载的问题

搭建NFS服务器