|
NFS 를 이용하여 루트 파일 시스템 마운트?을 할려구 합니다.
임베디드 보드에서 마운트 명령에 'pmap_getmaps' 에러를 출력하며.. 되지 않은데 어떻게 된걸까요^^;; 도와주세요~~!
텔넷은 이상없이 서로 됩니다^^;
- 타켓보드(임베디드 보드)
IP : 155.xxx.xxx.130
~ # ls Applications bin lib proc usr Documents dev linuxrc sbin var Noise.wav etc mnt sys Settings home opt tmp ~ # mount -t nfs 155.xxx.xxx.124:/mnt/nfs /mnt -o nolock mount: can't resolve symbol 'pmap_getmaps' ~ #
- 호스트 (서버 컴퓨터) 리눅스 페도라 6
IP : 155.xxx.xxx.124
[root@localhost /]# exportfs -v /mnt/nfs 155.xxx.xxx.130(rw,wdelay,no_root_squash,anonuid=65534,anongid=65534) [root@localhost /]# service nfs restart NFS mountd를 종료 중입니다: [ OK ] NFS 데몬을 종료 중입니다: [ OK ] NFS quota를 종료 중입니다: [ OK ] NFS 서비스를 종료 중입니다: [ OK ] NFS 서비스를 시작하고 있습니다: exportfs: /etc/exports [1]: No 'sync' or 'async' option specified for export "155.xxx.xxx.130:/mnt/nfs". Assuming default behaviour ('sync'). NOTE: this default has changed from previous versions [ OK ] NFS 쿼터를 시작하고 있습니다: [ OK ] NFS 데몬을 시작함: [ OK ] NFS mountd를 시작하고 있습니다: [ OK ] [root@localhost /]#
|
ps. ps -ef | grep portmap 임베디드 리눅스에서 실행한 결과 portmap이 존재하며,
다른 게시판을 뒤져 보니 RC 파일에 PORTMAP를 실행시키라던지,
기타 설명이 되어 있지만 초보라서 어떻게 하는지 모르겠습니다 ㅠ.ㅠ