에러메세지는 다음과 같습니다.

mount: RPC: Unable to receive; errno = Connection refused
mount: nfsmount failed: Bad file descriptor
mount: Mounting 192.168.10.90:/mnt/nfs_host on /mnt/nfs_target failed: Bad filer

 

호스트와 타겟에서 모두 핑테스트 되구요..

vi /etc/exports 에서

/mnt/nfs_host 192.168.10.90(rw,no_root_squash,no_all_squash,async,no_subtree_check)

하고 portmap

chmod 777 /nfs_host (파일 속성 변경)

service nfs start
exportfs
service nfs status  (nfs 상태 확인)
 ntsysv에서 nfs 체크 및 확인
 setvice nfs start

등 할 거 다 했는 데 마운트가 안돼요.. 이상합니다...

showmount -e 192.168.10.90 를 했는 데 공유 마운트 디렉토리가 보이지 않네요.. 도와주세요 미치겠습니다