主题 : NFS udp 丢包? 复制链接 | 浏览器收藏 | 打印
级别: 新手上路
UID: 53631
精华: 0
发帖: 21
金钱: 105 两
威望: 21 点
综合积分: 42 分
注册时间: 2011-08-12
最后登录: 2014-03-13
楼主  发表于: 2011-08-26 16:45

 NFS udp 丢包?

我的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/



那位高手给解答一下啊