when you stated that nfs worked, is that Yocto or other? I must be missing something.
I was happy that NFS could work, and when I got around to implementing it, it doesn't work for me
I understood that edison was suppose to be the client, can you tell me what steps I am missing.
Freshly flashed Edison to edison-weekly_build_68_2014-09-08_13-49-07 and then
updated to edison-rel1-maint-weekly_build_16_2014-10-14_14-56-19
Redhat configured as NFS Server on 192.168.2.60, contents in /etc/exports
/var/net/vol2 192.168.2.60/24(rw,async,no_subtree_check)
rpcinfo -p shows nfs is v2 and v3 of port 2049 udp
on the Edison at 192.168.2.12 I did
mkdir -p /mnt/nfs
mount 192.168.2.60:/var/net/vol2 /mnt/nfs
mount: wrong fs type, bad option, bad superblock on 192.168.2.60:/var/net/vol2, missing codepage or helper program, or other error