1.首先在开发板上安装nfs-common
2.在pc端安装nfs-server
3.配置nfs
vim /etc/exports 添加:/home/nfsroot *(rw,sync,no_root_squash,no_subtree_check)
4.在开发板挂在pc端的共享目录:mount -t nfs 192.168.1.41:/home/huiwen/nfsroot /mnt/
5.卸载挂载的网络盘。