0

showmount : RPC Program not registered

Hi, i was trying to mount a NFS Share on my client machine, if i run the command showmount -e server-ip i got the following error.

[root@localhost ~]# showmount -e 192.168.7.100
clnt_create: RPC: Program not registered

How can i clear this error?

NFS NFS (Network File System) RPC Add a comment
dylan
asked Jun 02 2018

Answer

0

Please make sure you have nfs service started, you can check the status using below command

service nfs status

if the service is not started start it using below command

service nfs start
Add a comment
parthiban
asked Jun 11 2018
edited Oct 05 2018
Post your Answer