NFS无法挂载的问题
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了NFS无法挂载的问题相关的知识,希望对你有一定的参考价值。
Describenfs无法正常挂载,排查发现原因为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
参考地址
以上是关于NFS无法挂载的问题的主要内容,如果未能解决你的问题,请参考以下文章
nfs非正常情况下断开,无法重新挂载,且无法使用df -h 命令的解决方法
NFS服务意外断开,导致挂载的客户端“df -Th”命令无法使用,及挂载目录无法“cd”“ls”