1.服务端

  1. 检查配置 vi /etc/exports

  2. 检查服务

    1.sevice nfs restart

    2.chkconfig nfs on

  3.检查NFS的依赖服务 portmap--远过程支持服务   portmap-支持RPC通讯

    1.sevice portmap restart

    2.chkconfig portmap on

  4.iptables -L

    1..iptables -F

2.客户端

  1.先手动mount

  2.iptables -L

    1..iptables -F

  3.showmount -e IP   查看服务端有哪些共享

  4.rpcinfo -p IP查看有没有NFS支持

相关文章:

  • 2021-08-08
  • 2022-01-17
  • 2021-11-08
  • 2021-07-29
  • 2021-08-08
  • 2021-08-19
猜你喜欢
  • 2021-07-31
  • 2021-03-31
  • 2021-09-19
  • 2021-05-27
  • 2021-06-01
  • 2021-12-07
  • 2022-01-12
相关资源
相似解决方案