nfs解决 “clnt_create: RPC: Program not registered”的问题
运行showmount -e时会出现clnt_create: RPC: Program not registered的问题可以通过以下命令解决:systemctl restart nfssystemctl restart rpcbind再次运行命令发现正常:[root@server1 harbor]# showmount -eExport list for server1:/nfs...
·
运行showmount -e时会出现clnt_create: RPC: Program not registered的问题
可以通过以下命令解决:
systemctl restart nfs
systemctl restart rpcbind
再次运行命令发现正常:
[root@server1 harbor]# showmount -e
Export list for server1:
/nfs *
更多推荐

所有评论(0)