今天在挂载nfs的时候出现下面的错误:
mount.nfs: Input/output error
在服务端查看日志也没有发现异常错误,运行状态也正常,查看其portmap,nfs的运行状态如下:
[root@localhost /]# service nfs status
rpc.mountd (pid 6204) is running...
nfsd (pid 6201 6200 6199 6198 6197 6196 6195 6194) is running...
rpc.rquotad (pid 6189) is running...
[root@localhost /]# service portmap status
portmap (pid 6260) is running...
在客户端查看portmap运行状态,结果发现protmap服务没有运行,晕倒!
因为NFS及其辅助程序都是基于RPC的,所以我们要确保系统中首先运行portmap服务。
做个笔记,记得上次也犯过这样的错误。
阅读(6778) | 评论(1) | 转发(1) |