showmount: mount clntudp_create: RPC: Program not registered

Symptom

You want to display the ouput of showmount command but getting below error.

# showmount
mount clntudp_create: RPC: Program not registered

Solution

1. Restart the NFS service.

/etc/init.d/nfs restart

2. or you can just execute below command.

df --type=NFS

You May Also Like

Leave a Reply?