参考:https://blog.csdn.net/do2jiang/article/details/4950613
nfs 默认采用UDP协议通信,但是在pc与嵌入式系统交互的过程中,UDP协议容易丢包
在挂载nfs目录时可指定TCP协议传输 : mount -t nfs 192.168.10.1:/work/nfs /mnt/nfs -o nolock,proto=tcp,nfsvers=3
嵌入式系统可在cmdline指定nfs挂载协议为tcp
http://t.zoukankan.com/chencesc-p-11081682.html
参考:https://blog.csdn.net/do2jiang/article/details/4950613
nfs 默认采用UDP协议通信,但是在pc与嵌入式系统交互的过程中,UDP协议容易丢包
在挂载nfs目录时可指定TCP协议传输 : mount -t nfs 192.168.10.1:/work/nfs /mnt/nfs -o nolock,proto=tcp,nfsvers=3
嵌入式系统可在cmdline指定nfs挂载协议为tcp