Hi
I have Mistral EVM with DM37XX on board.
I have booted the board using bootloader, kernel and root filesystem on MMC card.
When It try to mount nfs filesystem from command line it doesnt allow me mount nfs filesystem.
mount command I tried is this,
mount 192.168.0.168:/home/demo/rootfs /mnt
mount -t nfs -o nolock 192.168.0.168:/home/demo/rootfs /mnt
mount -t nfs -o nolock,rw 192.168.0.168:/home/demo/rootfs /mnt
It says invalid argument.
Can anybody suggest what can be the issue.
Please note that,
There are absolutely no issues related to networking and nfs filesystem on nfs server.
My Board's kernel /proc/filesystems shows support for nfs filesystem.
Reagrds,
Prashant.