NFS 에러
이제 막 리눅스를 입문 한 사람입니다.
리눅스는 우분트 11.10을 사용중입니다.
작업은 아래와 같이 진행 했습니다.
1. sudo apt-get install nfs-kernel-server nfs-common portmap 하여 설치
2. /etc/exports에 /home/lsc2000/nfsroot 192.168.51.*(rw,no_root_squash,no_all_squash,async,no_subtree_check) 추가
3. sudo /etc/init.d/nfs-kernel-server restart
* Stopping NFS kernel daemon [ OK ]
* Unexporting directories for NFS kernel daemon... [ OK ]
* Exporting directories for NFS kernel daemon... [ OK ]
* Starting NFS kernel daemon [ OK ]
4. Target Board
mount -t nfs linux pc ip:/home/lsc2000/nfsroot /mnt/nfs
mount: wrong fs type, bad option, bad superblock on linux pc ip:/home/lsc2000,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount. helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so
위와 같은 에러 발생
5.Target Board에서 dmesg | tail 입력
Failed to execute /init. Attempting defaults...
EXT2-fs (mmcblk0p3): warning: mounting ext3 filesystem as ext2
EXT2-fs (mmcblk0p3): warning: mounting unchecked fs, running e2fsck is recommend
mango210-rtc mango210-rtc: rtc disabled, re-enabling
mango210-rtc mango210-rtc: rtc disabled, re-enabling
EXT2-fs (mmcblk0p3): warning: mounting ext3 filesystem as ext2
EXT2-fs (mmcblk0p3): warning: mounting unchecked fs, running e2fsck is recommend
net eth0: SMSC911x/921x identified at 0xf088a000, IRQ: 43
eth0: no IPv6 routers present
위와 같은 메시지 출력 입니다.
왜 안될까요. 커널 uboot 파일 시스템은 SD카드에서 사용하고 있습니다.
참고로 리눅스
제발 부탁드립니다. 1주일째 안되고 있네요...
처음에 apt-get으로 설치하신 portmap
처음에 apt-get으로 설치하신 portmap 서비스는 기본적으로 구동이 되고 있는 상태인가요?
portmap이 사용하는 기본 포트는 tcp 111 포트입니다.
해당 서비스가 구동되지 않았다면 sudo /etc/init.d/portmap start 로 실행시켜 보세요.
댓글 달기