1. 开发环境: 1. VMware 装 Redhat 6.0 2. 开发板:UP-Magic 2410 2. 问题: 通过NFS挂载目录,加载驱动程序到开发板的时候,出现 “ nfs: server 172.23.33.43 not responding, still trying” 2.1当时挂载命令: “up-tech:/# mount -t nfs -o nolock 172.23.33.43:/home/magic /mnt” 3. 查阅信息,得出原因: NFS 的默认传输协议是 UDP,而PC机与嵌入式系统通过UPD交互时就会出现严重的网卡丢包现象。在目标板上通过NFS复制PC机上较大文件到目标板上的时候会遇到这种问题。 4. 解决方法: 1. nfs mount时候出现的NFS崩溃,按照以下的方式mount即可