[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] nfs mount
Hi,
I am trying to use NFS to share the petalinux-dist on a Spartan3E500-RevC starter kit.
I configured the /etc/exports as follows:
----------------------------------------------------------------------------------
/home/faiza/Desktop/petalinux-v0.40-rc4 192.168.23.238(rw,all_squash,sync,anonuid=500,anongid=500)
-----------------------------------------------------------------------------------
I added in the kernel configuration these options: Ethernet(10 or 100 MB) (Networking support, TCP/IP, NFS support, NFSv3 client support and Unix sockets were configured by default)
in the User/Vendor configs I added : ifconfig enable hw option (and) extra options (the mount NFS support was already configured by default)
after kernel booting I entered the following commands:
# portmap &
(the prompt returned "53")
# mount -t nfs 192.168.23.235:/home/faiza/Desktop/petalinux-v0.40.rc4 /mnt -o rsize=4096,wsize=4096 (192.168.23.235 is my host ip address)
I get the following errors:
----------------------------------------------------------------
mount: RPC: Unable to receive; errno = No route to host
mount: nfsmount failed: Bad file descriptor
mount: Mounting 192.168.23.235:/home/faiza/Desktop/petalinux-v0.40.rc4 on /mnt failed: Invalid argument
----------------------------------------------------------------
Does anyone know what is going wrong?
Thanks for your help
Regards.
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/