I'm trying to mount a directory on my linux host machine from the OMAP35x EVM using NFS and having issues. I can successfully mount a root filesystem on my host via NFS by setting bootargs_nfs in uboot, so this tells me I must have the /etc/exports correct on host/nfs server. However, when I try to just do a "mount 192.168.1.123:/home/dir /mnt" I get the following errors...
rpcbind: server localhost not responding, timeout
RPC: failed to contact local rpcbind server (errno 5).
rpcbind: server localhost not responding, timeout
RPC: failed to contact local rpcbind server (errno 5).
lockd_up: makesock failed, error=-5
rpcbind: server localhost not responding, timeout
RPC: failed to contact local rpcbind server (errno 5).
mount: mounting 192.168.1.123:/home/dir on /mnt failed: Input/output error
Any ideas? It seems like something simple, but I figured if I could NFS mount my root at boottime, then I should be able to manually NFS mount some other dir as well.