도와주세요!!
mount: RPC: Unable to receive; errno = No route to hostNFS: mount program didn't pass remote address!
mount: nfsmount failed: Bad file descriptor
mount: Mounting 192.168.10.1:/nfs on /mnt/nfs failed: Invalid argument
에러가 뜹니다..
VMware 설정은 NAT로 했습니다.
hostpc(넷북) ip : 192.168.10.25 /서브넷마스크 : 255.255.255.0
VMware Network Adapter VMnet8 ip : 192.168.10.35 /서브넷마스크 : 255.255.255.0
CentOs Network IP : 192.168.10.60 /서브넷마스크 : 255.255.255.0
그리고 타겟보드 EZ-X5의 IP : 192.168.10.125
입니다.
위와 같이 에러가 뜨는데
NAT 상태에서는 ping이 정상적으로 동작하지 않습니다.
VMnet0 (Brigde)로 잡고
ping을 하면 핑은 정삭적으로 뜹니다.
문제는 마운트 명령어가 위와 같이 동일한 에러가 발생합니다.
vi /etc/exports 역시 설정되어있습니다.
그리고 VMware로 설치된 CentOS에서 마운트 명령어를치면
# mount -n localhost:/nfs /tmp/nfs
mount : wrong fs type, bad option,bad, superblock, on localhost:/nfs,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
이렇게 에러가 뜹니다.
nfs와 데몬을 확인해 봤는데 둘다 메뉴얼에서 나온대로 정상적으로 작동중입니다..
고수님 도와주세요..
# mount -n localhost:/nfs /tmp/nfs
mount : wrong fs type, bad option,bad, superblock, on localhost:/nfs,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
이 문제는 해결했습니다. nfs 패키지 설치 과정에서 빠진게 있어서요.