分类: 嵌入式
2014-12-24 14:02:30
//上位机部分
1. cat /etc/exports
/home/pottor *(rw,sync,no_root_squash)
要共享的目录:/home/pottor
允许访问的网段:*
2.Service portmap start
Service nfs-kernel-server start(已经开启过就用restart更新,ubuntu12.04及以上)
//开发板部分
设定本地回环ip和网络ip
ifconfig eth0 某一允许访问段内ip
ifconfig lo 127.0.0.1
mount –t nfs –o tcp,nolock 上位机ip:共享目录