码迷,mamicode.com
首页 > 其他好文 > 详细

Ok6410挂载NFS

时间:2014-12-29 13:36:48      阅读:105      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!