您的位置:首页 > 其它

[ZZ]{nfs:server is not responding,still trying} 解决办法

2009-12-08 10:03 351 查看
原文地址:http://hi.baidu.com/rjz78/blog/item/a3e6e7ee6276512e2cf53447.html

描述:我在arm上通过NFS共享文件时出现下面的错误提示

nfs:server is not responding,still trying

原因分析:NFS 的默认传输协议是 UDP,而PC机与嵌入式系统通过UPD交互时就会出现严重的网卡丢包现象。

解决方法:在客户端改用TCP协议,使用下面的命令,

#mount -t nfs -o nolock -o tcp 192.168.1.161:/opt /opt
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: