学习笔记之NFS的安装简述
先在VMware创建Linux客户机
在NFS服务器端安装NFS服务
创建NFS共享目录
配置export文件
使用exportfs -r命令使配置文件生效
开启nfs服务并设置为开机自启动
systemctl start rpcbind.service
systemctl start nfs-server.service
systemctl enable rpcbind.service
systemctl enable nfs-server.service
客户机同样需要执行yum -y install nfs-utils安装nfs服务
在客户机挂载验证