I believe that you have nfs server and client reversed. This is a nfs mount from you (the client) to a remote nfs
server that is failing. The remote must have nfsd and statd running, not the client. It must also be running rpcbind to serve the rpc calls.
Look in your /etc/vfstab for a nfs mount entry, or it could be something in your automount entries (if you run automountd). There should be an entry corresponding to that name/ip.
A good test is to run:
rpcinfo -p name
to see the rpc running on the remote server.
showmount -e name
to see the shares exported by that server.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.