
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


