RPC: Program not registered
Solution methods
RPC
/etc/init.d/rpcbind stop
then stop NFS
/etc/init.d/nfs stop
/etc/init.d/rpcblind start
then start NFS
/etc/init.d/nfs start
RPC: Program not registered
Solution methods
RPC
/etc/init.d/rpcbind stop
then stop NFS
/etc/init.d/nfs stop
/etc/init.d/rpcblind start
then start NFS
/etc/init.d/nfs start
If I add nolock it will just return. But later copy file card dead. But it’s a little too much.
Then,
The mount -t NFS 192.168.1.83:/home/WRR/web/TMP/WRR
& lt; 4> SVC: failed to register lockdv1 RPC service (110) errno.
the mount: mounting 192.168.1.83:/home/WRR/web on/TMP/WRR failed: Connection timed out
Maybe this error is related to Nfs server permissions, so add the no_root_squard parameter to the server. To continue. There’s still a mistake.
Because the NFS server factor is excluded, then mount is fine (because it’s a little copier). So this is a story that has nothing to do with servers and mounts.
See on the English post (http://forums.xilinx.com/t5/Embedded-Linux/nfs-mount-problem-on-microblaze/td-p/153272)
Something is not running on the Busybox file system. Some additional parameters need to be added.
The mount -o port = 2049, nolock, proto = TCP -t NFS 192.168.103.83:/home/WRR/web/TMP/WRR
It worked. The magic parameters are in port and proto= TCP. The exact cause is unknown.