Error

What does the error 'RPC Program not registered' mean?

clarify me.

Kusa.

It means that you tried to invoke a remote procedure call to a remote host. But the remote host does not know how to handle the rpc that you tried to invoke.

The usual reason for this is that you are trying to nfs mount a filesystem from a remote system that is not running the nfs server code.