-
服务器端和客户端都要安装:
yum install nfs-utils rpcbind -y rpm -qa nfs-utils rpcbind [root@nfs01 ~]# rpm -qa nfs-utils rpcbind rpcbind-0.2.0-47.el7.x86_64 nfs-utils-1.3.0-0.61.el7.x86_64 启动RPC [root@nfs01 ~]# systemctl start rpcbind.service [root@nfs01 ~]# systemctl enable rpcbind.service
-
启动NFS
[root@nfs01 ~]# systemctl start nfs [root@nfs01 ~]# systemctl enable nfs