编辑 /etc/exports文件,设置共享目录
/root/wilson *(rw,sync,no_root_squash)
重新启动NFS服务
/etc/init.d/nfs restart
查看当前共享目录:
showmount -e localhost
关闭防火墙
设置宿主机和开发版的IP为同一网段
开发板设置:
mount -t nfs -o nolock 192.168.1.1:/root/wilson /tmp/udisk
IP设置:
ifconfig eth0 192.168.1.1 up
阅读(908) | 评论(0) | 转发(0) |