我的NFS 使用UDP协议是 总报这个错误
nfs: server 192.168.1.99 not responding, still trying
^C
[root@FriendlyARM char]# nfs: server 192.168.1.99 not responding, still trying
nfs: server 192.168.1.55 not responding, still trying
nfs: server 192.168.1.55 not responding, still trying
nfs: server 192.168.1.99 OK
nfs: server 192.168.1.99 OK
把NFS 换成TCP 后情况好多了
mount -t nfs -o nolock,proto=tcp 192.168.1.99:/tftpboot /mnt/nfs-on99/
那位高手给解答一下啊