[설정 상태]

Target Board IP : 192.168.0.106

Host IP : 192.168.0.20

Host nfs setting (/etc/exports)
: /nfsroot 192.168.0.106(rw,no_root_squash,no_all_squash,async,no_subtree_check)


[Target Board에서 nfs 수행]

# mount -t nfs -o nolock 192.168.0.20:/nfs /opt
mount: mounting 192.168.0.20:/nfsroot on /opt failed: Protocol not supported


[문제 해결]

위 "failed: Protocol not supported" 메세지의 경우 nfs 버전 문제라고 함
따라서 Target Board에서 아래와 같이 명령 수행

# mount -t nfs -o nfsvers=2 192.168.0.20:/nfs /opt

저작자 표시 비영리 변경 금지
크리에이티브 커먼즈 라이선스
Creative Commons License