NFS无法挂载的问题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了NFS无法挂载的问题相关的知识,希望对你有一定的参考价值。

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无法挂载的问题的主要内容,如果未能解决你的问题,请参考以下文章

NFS使用mount挂载无法挂载出问题后的排错思路

nfs非正常情况下断开,无法重新挂载,且无法使用df -h 命令的解决方法

NFS服务意外断开,导致挂载的客户端“df -Th”命令无法使用,及挂载目录无法“cd”“ls”

在 centos 7 中无法挂载从 netapp 共享的 nfs 共享

无法在 Windows 客户端上挂载 NFS 共享

Amazon EKS (NFS) 到 Kubernetes pod。无法挂载卷