WindTalker
galaxylancer
全部博文(109)
S3C2410(4)
DM365(11)
Redhat9(1)
Ubuntu(7)
2012年(1)
2011年(17)
2010年(62)
2009年(29)
格伯纳
cynthia
浪花小雨
15294878
angrad
yufei90h
轨迹16
KunJyo
njupt201
分类: LINUX
2009-10-14 22:22:18
(1)编辑 etc/exports文件,添加文件夹和属性如下:
/opt/rootbox *(rw,no_root_squash,async)
(2)然后重启nfs服务, 命令如下:
service nfs restart
(3)使用nfs
使用nfs时一般使用下面的命令进行mount。
mount -t nfs -o nolock 服务器ip:目录 本地目录
(eg:mount -t nfs -o nolock 192.168.0.1:/arm2410s /host
-t nfs -o nolock 貌似还不能少,我在用linux2.4的时候不带没事,在Linux2.6下不带挂载不上)
如果mount不成功,请先检查网络是否是好的,ping一下服务器,能ping通但是mount不上,关掉本地的防火墙再试试:service iptables stop。
上一篇:linux常用命令
下一篇:linux的chmod和chown命令使用详解
登录 注册