[설정 상태]
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
'유익한 정보' 카테고리의 다른 글
| LOL(리그 오브 레전드) 실행 시 무반응(반응 없음) 경우 해결 방안 (0) | 2012/02/13 |
|---|---|
| MS 오피스(Office) 2010 한영 전환 문제 해결 (0) | 2011/12/28 |
| 우분투 nfs 설정 문제 (failed: Protocol not supported) (0) | 2011/12/23 |
| 우분투 vi 편집기에서 방향키, 백스페이스 이상 동작 해결 방법 (0) | 2011/12/23 |
| 2011 SCI(Social Sciences Citation Index) / SCIE(Science Citation Index Expanded) Journal List (0) | 2011/12/14 |
| NS-2(네트워크 시뮬레이터) 관련 자료 및 사이트 모음 (1) | 2011/08/12 |






