1)

[root@falinux ~]$ mount -t nfs 192.168.30.38:/opt /opt
mount: RPC: Unable to send; errno = Network is unreachable
mount: nfsmount failed: Bad file descriptor
mount: Mounting 192.168.30.38:/opt on /opt failed: Bad file descriptor

 

2)

[root@falinux ~]$mount -t nfs -o nolock 192.168.30.38:/opt /opt

nfs: server 192.168.30.38 not responding, still trying

 

3)

[root@falinux ~]mount -t nfs -o nolock,rsize=1024,wsize=1024 192.168.30.38:/opt /opt

> 간혹 되는 경우 있으나, 역시 nfs: server 192.168.30.38 not responding, still trying 메시지 뜨거나, 명령치면 먹통됨.

 

 4)

linux <-> target b/d 양방향간 ping 시에 ping 이 멈추었다 나가다 반복합니다. packets loss 87% 나오네요 ㅡㅡ;

( hub사용중입니다 )

 

 

 

위와 같은 에러가 발생하며, 아주 가끔씩 연결이되며, 명령어를 치면 약 2-3분 후에 실행이 되곤합니다..

 

 

제 설정 상태 : VMWARE 사용

LINUX : 192.168.30.38 / 255.255.255.0 / 192.168.30.1

TARGET : 192.168.30.39 /255.255.255.0

 

export file 내용 : /opt 192.168.30.0/255.255.255.0(rw,insecure,subtree_check,sync)

 

위와 같이 설정된 상태입니다..

 

그리고, 이 보드 외의 다른 mips core ( au1250 아님 ) 보드가 있는데요, 그 보드는 아주 nfs 설정이  바로됩니다..

 

동일 설정에서 바로 실행이 되는데요, au1250에서가 안되고있습니다..

 

무슨 문제가 있는 것인지요???

 

- target b/d network 정보

eth0      Link encap:Ethernet  HWaddr 00:A9:09:26:00:1C
          inet addr:192.168.30.39  Bcast:192.168.30.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:564 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:42391 (41.3 KiB)  TX bytes:0 (0.0 B)
          Interrupt:34 DMA chan:ff

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)