nfs 공유를 마운트하려고 합니다(아래 fstab 항목).
example.com:/sharefolder /mnt/localmount nfs defaults
다음 오류가 반환됩니다.
mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
mount.nfs: an incorrect mount option was specified
기본 사항을 확인했습니다.
[acoder@box iptables]# service rpcbind status
rpcbind (pid 3435) is running...
[acoder@box iptables]# service nfslock status
rpc.statd (pid 1666) is running...
[acoder@box iptables]# service statd status
statd: unrecognized service
[acoder@box ~]# yum provides rpc.statd
1:nfs-utils-1.2.3-70.el6.x86_64 : NFS utilities and supporting clients and daemons for the kernel NFS server
Repo : installed
Matched from:
Other : Provides-match: rpc.statd
statd가 설치된 것으로 보이지만 서비스로 인식되지 않는 이유는 무엇입니까?
편집하세요. /var/log/messages에 있는 내용은 다음과 같습니다.
Jun 29 21:11:03 box rpc.statd[5966]: Version 1.2.3 starting
Jun 29 21:11:03 box rpc.statd[5966]: Flags: TI-RPC
Jun 29 21:11:03 box rpc.statd[5966]: Failed to create listener xprt (statd, 1, udp6)
Jun 29 21:11:03 box rpc.statd[5966]: Failed to create listener xprt (statd, 1, tcp6)