先在VMware创建Linux客户机
学习笔记之NFS的安装简述
在NFS服务器端安装NFS服务
学习笔记之NFS的安装简述
创建NFS共享目录
学习笔记之NFS的安装简述
配置export文件
学习笔记之NFS的安装简述
使用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服务
在客户机挂载验证
学习笔记之NFS的安装简述

相关文章:

  • 2021-07-08
  • 2022-12-23
  • 2021-08-14
  • 2022-02-12
  • 2021-11-29
  • 2021-11-29
  • 2021-06-15
猜你喜欢
  • 2021-07-16
  • 2021-09-24
  • 2021-09-16
  • 2021-11-07
  • 2021-12-31
  • 2021-07-18
  • 2022-01-07
相关资源
相似解决方案