LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 612|回复: 2

nfs的问题

[复制链接]
发表于 2003-7-14 16:37:02 | 显示全部楼层 |阅读模式
我想让多个用户同时mount我机器上的一个nfs的目录,在/etc/exports文件中应该怎么写,才可以实现这个功能。
我现在是这样配置的,同时只能有一个用户mount这个目录
/redhat  192.168.0.0/24(rw,no_root_squash)
发表于 2003-7-15 00:10:36 | 显示全部楼层
/redhat 192.168.0.0/24(rw)
另外,在主客机/etc/hosts中还应添加用户,在客户机中的/etc/fstab中还要加入:
服务器主机名:/目录 格式等.
发表于 2003-7-15 01:56:05 | 显示全部楼层
对啊,你给给客户机配好ip和host后就在/etc/hosts中加上ip和hostname,在/etc/fstab中加入
#servername:/redhat / nfs defaults 0 0 (作为系统启动时加载)
然后在/etc/exports中添加
/redhat hostname1(rw,no_root_squash)
/redhat hostname2(rw,no_root_squash)
等等,依次可以加上。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表