首页 > 其他 > 详细

Ok6410挂载NFS

时间:2014-12-29 13:34:50      阅读:231      评论:0      收藏:0      [点我收藏+]

虚拟机:

apt-get install portmap

apt-get install  nfs-kernel-server

mkdir   /nfs/root/mNFS

chmod 777 /nfs

chmod 777 /nfs/root

vi   /etc/exports

添加:/nfs/root  *(rw,sync,no_root_squash)

开发板:

mount   -t   nfs  192.168.0.128:/nfs/root    /mnt  -o nolock

添加到开机启动脚本:

/etc/init.d/rcS里添加

mount   -t   nfs  192.168.0.128:/nfs/root    /mnt  -o nolock

 

Ok6410挂载NFS

原文:http://www.cnblogs.com/CoderTian/p/4191405.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!