码迷,mamicode.com
首页 > 其他好文 > 详细

NFS无法挂载的问题

时间:2019-07-13 13:39:50      阅读:123      评论:0      收藏:0      [点我收藏+]

标签:inf   rpc   ice   rest   not   mct   call   start   无法   

Describe
nfs无法正常挂载,排查发现原因为rpcbind服务不能正常启动,导致nfs无法挂载。

Env info

centos7.4 x64

Fix the problem CentOS 7 won‘t auto-mount NFS on boot

Append text to the end of /usr/lib/systemd/system/nfs-idmap.service

[Install]
WantedBy=multi-user.target

Append text to the end of /usr/lib/systemd/system/nfs-lock.service

[Install]
WantedBy=nfs.target

Enable related services

systemctl enable nfs-idmapd.service 
systemctl enable rpc-statd.service 

systemctl enable rpcbind.socket

systemctl status nfs-idmapd.service -l
systemctl status rpc-statd.service –l

Then restarted the OS, I got it.

shutdown -r now

参考地址

https://unix.stackexchange.com/questions/211688/cannot-start-nfs-in-centos-7-failed-to-issue-method-call-no-such-file-or-direc


NFS无法挂载的问题

标签:inf   rpc   ice   rest   not   mct   call   start   无法   

原文地址:https://blog.51cto.com/linuxmaizi/2419886

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!