摘要: 注:以下方法都是转载的,我采用了一种结合的方法mount -t nfs -o intr,nolock,rsize=4096,wsize=4096 -o tcp 192.168.1.3:/root/somedir /hostnfs:server is not responding,still trying的解决方法 方法1 :我在arm上通过NFS共享文件时出现下面的错误提示nfs:server is not responding,still trying原因分析:NFS 的默认传输协议是 UDP,而PC机与嵌入式系统通过UPD交互时就会出现严重的网卡丢包现象。解决方法:在客户端改用TCP协议, 阅读全文
posted @ 2013-04-28 08:50 曾经的你| 阅读(1003) 评论(0) 推荐(0)