NFS communication in mini2440

Piyush
Hello to all guys


Actually I have an embedded development board installed with the linux and
I want to mount the filesystem in my Desktop also running the linux Ubuntu
10.04 lucid , which is in the path /opt/my_folder on the embedded board via
NFS.

For this how should I proceed .

Please give me hint or any document where communication through the
embedded board is described in detail.

Piyush Pandey

Dave Festing
https://help.ubuntu.com/community/SettingUpNFSHowTo?action=fullsearch&am...

http://billforums.station51.net/viewtopic.php?f=1&t=17

Piyush
Hello to all


Actually I have installed the NFS server and the NFS client on my Linux
desktop and also it is installed on the embedded board which I am using
actually my embedded board is comes with pre-installed linux having all the
features like NFS, FTP etc.

So what I really did in the meantime I tried in this way:

For this I have used the following command :

mount –t nfs –o nolock 192.168.1.230:/opt/my_folder /mnt

and I am running this command where the 192.168.1.230 is the embedded
boards ip address.

but I am getting the error as follows:

mount: RPC : unable to recieve ; errno = connection refused

So I want to know what is this error for .............I browsed the
internet and I am getting that the firewall may be abrupting the connection
......but in linux the firewall is off by default.

Should I use the ip address of my embedded board or should I use the ip
address of my internet .

thank you 

Piyush Pandey

kushal
Hi ,

    I am working on mini2440 s3c2440. I am using ubuntu 
10.04LTS , i want to boot via NFS but not getting exact
steps from any of the sites. 
    Can Somebody please help me and provide detailed steps 
involved in NFS boot.

kernel: uImage
Bootloader: uboot
Filesystem: qt4


Thanks in advance
kushal

davef
10 pages of hits is a lot to go through.

Try http://www.oselas.org/oselas/bsp/pengutronix/mini2440_bsp_en.html
and read the section on NFS in the Quickstart.pdf file.

mini2440
and Ubuntu 10.04LTS