NFS共享的 troubleshooting
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支持