Chinaunix首页 | 论坛 | 博客
  • 博客访问: 303603
  • 博文数量: 47
  • 博客积分: 1190
  • 博客等级: 少尉
  • 技术积分: 523
  • 用 户 组: 普通用户
  • 注册时间: 2008-09-14 20:30
文章分类

全部博文(47)

文章存档

2016年(1)

2012年(46)

我的朋友

分类: LINUX

2012-04-09 14:27:54

此错误发生的一种解决办法:
更新文件 /etc/exports和/etc/hosts.allow,加入对应网段:
/etc/exports:
/rootfs *(rw,no_root_squash,sync,insecure)

/etc/hosts.allow:
portmap mountd nfsd statd lockd rquotad : 192.168.1.*, 192.168.2.*

其他的一些设置:
mount -t nfs  -o nfsvers=3 
mount -t nfs  -o nfsvers=2
阅读(37691) | 评论(1) | 转发(0) |
0

上一篇:id -gn

下一篇:Creat new /tmp directory

给主人留下些什么吧!~~

vfdff2014-04-08 13:37:53

I finally managed to get this working correctly.

All I needed to do was install the nfs-common package in both servers and 
clients and restart the glusterd daemon on the servers:

  $ sudo aptitude install nfs-common
  $ sudo service glusterd restart

after this running "showmount -e" shows the correct