首页 热点专区 小学知识 中学知识 出国留学 考研考公
您的当前位置:首页正文

mount.nfs: rpc.statd is not runn

来源:要发发知识网

挂在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。

显示全文