Chinaunix首页 | 论坛 | 博客
  • 博客访问: 271581
  • 博文数量: 42
  • 博客积分: 485
  • 博客等级: 下士
  • 技术积分: 482
  • 用 户 组: 普通用户
  • 注册时间: 2011-05-26 19:33
文章分类
文章存档

2017年(1)

2016年(4)

2015年(8)

2014年(3)

2013年(4)

2012年(3)

2011年(19)

我的朋友

分类: LINUX

2011-05-30 17:20:47

nfs mount时遇到错误:
rpcbind: server localhost not responding, timed out
RPC: failed to contact local rpcbind server (errno 5).
rpcbind: server localhost not responding, timed out
RPC: failed to contact local rpcbind server (errno 5).
lockd_up: makesock failed, error=-5
rpcbind: server localhost not responding, timed out
RPC: failed to contact local rpcbind server (errno 5).
在网上找到解决方法是在mount时加上了-o nolock选项,问题解决了。
mount -o nolock ip:/dir /mnt
具体原因:man mount(for nfs 段)说:do not use locking.Do not start lockd.
不是很明白。
阅读(5536) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~