Hi Campell,
I tried mounting the my host machine directory but no luck. I don't think the kernel build used on my target has support for nfs.
Below is a the listing found in my /proc/filesystems
~ # cat /proc/filesystems
nodev sysfs
nodev rootfs
nodev bdev
nodev proc
nodev debugfs
nodev sockfs
nodev pipefs
nodev anon_inodefs
nodev tmpfs
nodev devpts
squashfs
nodev ramfs
nodev jffs2
I edited the host machine /etc/exprts file to export my devl directory as follows:
/home/olaoni/devl target_ip_address(rw,all_squash,anonuid=1000,anongid=1000,async,no_subtree_check)
Any other suggestion will be appreciated.
Regards