美文网首页
mount.nfs: rpc.statd is not runn

mount.nfs: rpc.statd is not runn

作者: kevinp | 来源:发表于2014-07-19 14:31 被阅读323次

挂在nfs文件的时候出现这个错误,解决办法如下

# who -r
         run-level 3  2012-02-16 19:19
# chkconfig --list rpcbind
rpcbind         0:off   1:off   2:on    3:on    4:on    5:on    6:off

# service rpcbind status
rpcbind is stopped

# service rpcbind start
Starting rpcbind:                                          [  OK  ]

重新挂载ok。

相关文章

网友评论

      本文标题:mount.nfs: rpc.statd is not runn

      本文链接:https://www.haomeiwen.com/subject/tfsstttx.html