Hello,
i want to connect my AT91RM9200-EK board via nfs to my host.
My Host settings are:
IP: 192.168.1.1
NFS Server is running ...
/etc/exports:
/NFS/ 192.168.1.22(rw,all_squash)
The AT91RM9200-EK board is started by the 'at91rm9200ek-dataflash.img' image
on the dataflash card running:
1. Linux version 2.4.19-rmk7 kernel
2. BusyBox v0.60.0 (2004.02.02-15:25+0000) multi-call binary
3. Qtopia 1.7.0
I have set the Ip adress :
# ifconfig eth0 192.168.1.22
eth0: Link now 100-FullDuplex
I made a directory for nfs:
# ls
NFS dev etc mnt root usr
bin done home opt sbin var
boot drivers lib proc tmp
I try to mount nfs:
# mount -t nfs 192.168.1.1:/NFS /NFS
nfs warning: mount version older than kernel
NFS: mount program didn't pass remote address!
mount: Mounting 192.168.1.1:/NFS on /NFS failed: Invalid argument
# mount 192.168.1.1:/NFS /NFS
nfs warning: mount version older than kernel
NFS: mount program didn't pass remote address!

What went wrong
------------------------

sorry for that newbie question, this is my first embedded linux project
thanks for your reply