Tuesday, June 17, 2008

nfs client

I got an error when mount NFS disks with my OMAP linux box.

rpcbind: server localhost not responding, timed out
RPC: failed to contact local rpcbind server (errno 5).


Here is the result. (The reason is I don't have portmap running in the box)

mount -t nfs -o nolock 192.168.0.9:/tmp /mnt/mmc


And then, I got another panic message, when I run a program.

nfs: server 192.168.0.9 not responding, still trying


Here is the result.

mount -t nfs 192.168.0.9:/tmp /mnt/mmc -o nolock,hard,rsize=1024,wsize=1024