[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [microblaze-uclinux] nfs mount



Hi Yao,

I had the same problem until i modified my /etc/exports file

Yao, Jun wrote:
> I connected mbvanilla_net to my desktop (running Fedora C2) via ethernet. The two systems can ping and telnet each other. Now I and trying to mount nfs system on Microblaze.
> 
> On the host side, I did:
> 1. disable firewall
> 2. mkdir /images
> 3. create a file in /images 
> 4. add following line in /etc/exports
> /images    192.168.212.0/255.255.255.0(rw,sync) exports

here is my exports file

/mnt/uClinux/uClinux-dist 
10.192.50.79(ro,sync,no_root_squash,no_all_squash)

> 5. cd /etc/init.d
> 6. ../nfs stop
> 7. ../nfs start 
> 

Maybe it doesn't change anything but i'm using /sbin/service nfs restart


> On Microblaze side. 
> 1. modified fstab file:
> 192.168.212.1:/images /mnt nfs rsize=4096,wsize=4096,timeo=14,intr 0 0
> 2. make
> 3. download and start linux
> 4. after the linux running, type "mount mnt".
> Then the system just hang there. There is no way to stop it. Only thing I can do is to reboot the system again. Anyone successfully mount nfs on mbvanilla_net?
>
on the microblaze side, portmap must be launched.
If it's still hang, you can add the "-o nolock" option to your mount 
command.


Regards,
Didier

___________________________
microblaze-uclinux mailing list
microblaze-uclinux@itee.uq.edu.au
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/