Chinaunix首页 | 论坛 | 博客
  • 博客访问: 185947
  • 博文数量: 20
  • 博客积分: 2010
  • 博客等级: 大尉
  • 技术积分: 405
  • 用 户 组: 普通用户
  • 注册时间: 2007-07-19 13:00
文章分类
文章存档

2011年(1)

2009年(18)

2008年(1)

我的朋友

分类: LINUX

2009-03-21 17:52:44

今天准备移植一个web服务器,准备用nfs服务,怎么也挂载不上,老出现下面的错误
[root@ /mnt]#mount -t nfs 192.168.1.100:/home/nick/nfs /mnt/nfs
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).
rpcbind: server localhost not responding, timed out
RPC: failed to contact local rpcbind server (errno 5).
mount: mounting 192.168.1.100:/home/nick/nfs on /mnt/nfs failed: Input/output error
 
万般无奈之下,上网到处找,终于把问题就解决了,只是在mount 命令的后面加了一个-o nolock的选项就成功了,至于是什么原因还是不清楚
[root@ /mnt]#mount -o nolock 192.168.1.100:/home/nick/nfs /mnt/nfs
[root@ /mnt/nfs]#ls
thttpd
 
阅读(2163) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~