挂载光盘 关闭防火墙 

9.17

 

安装服务 

9.17 

[[email protected] ~]#systemctl start nfs启动服务   [[email protected] ~]#cat /etc/services | grep nfs查看端口

[[email protected] ~]#mkdir /mnt/share [[email protected] ~]  #vi /etc/exports查看文件 写文件 [[email protected] ~]

 #systemctl restart nfs重启服务                        [[email protected] ~]#chmod -R 757 root /mnt/share配置结束

[[email protected] ~]#yum install nfs-utils   [[email protected]  ~]#showmount -e 192.168.100.30        [[email protected]  ~]#mkdir /mnt/shareing    

[[email protected]  ~]#ls /mnt

index.php

#mount -t nfs 192.168.100.30:/mnt/share /mnt/shareing挂载服务器到目录下

df -h 查看挂载信息

相关文章:

  • 2022-12-23
  • 2021-11-29
  • 2022-03-10
  • 2022-01-25
  • 2021-11-20
  • 2021-05-22
  • 2021-12-03
  • 2021-10-22
猜你喜欢
  • 2022-01-20
  • 2022-03-05
  • 2021-05-14
  • 2021-04-18
  • 2022-12-23
  • 2021-12-26
相关资源
相似解决方案