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

[microblaze-uclinux] nfs mount



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
5. cd /etc/init.d
6. ../nfs stop
7. ../nfs start 

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?

Jun

<<winmail.dat>>