- 客户端和服务端都需要安装 nfs-utils rpcbind
yum install -y nfs-utils rpcbind
- 服务端在/etc/expots上添加要共享的目录及权限等信息
/opt/nfs *(rw,sync,no_subtree_check,no_root_squash)
- 客户端执行如下的命令挂在
mount -t nfs 47.97.166.7:/opt/nfs /opt/nfsdata
yum install -y nfs-utils rpcbind
/opt/nfs *(rw,sync,no_subtree_check,no_root_squash)
mount -t nfs 47.97.166.7:/opt/nfs /opt/nfsdata