^^; 넵..옵션이 -o입니다.^^ 옵션 문제는 아닌거 같구요..

말씀하신대로 NFS데몬 실행해 주었습니다.
그래도 아래와 같은 메시지가 나오네요..ㅠㅠ

//// 호스트 /////
[root@hitech init.d]# ./nfs start
NFS 서비스를 시작하고 있습니다: 확인 ]
Starting NFS quotas: 확인 ]
NFS 데몬을 시작함: 확인 ]
NFS mountd를 시작하고 있습니다: 확인 ]
[root@hitech init.d]# cat /proc/filesystems
nodev rootfs
nodev bdev
nodev proc
nodev sockfs
nodev tmpfs
nodev shm
nodev pipefs
ext2
nodev ramfs
iso9660
nodev devpts
ext3
nodev usbdevfs
nodev usbfs
nodev autofs
[root@hitech init.d]#


//이지보드///
[root@ez-x5 /root]$ mount -t nfs -o nolock 203.241.131.201:/nfs /mnt/nfs
mount: 203.241.131.201:/nfs failed, reason given by server: Permission
NFS: moun
t program didn't pass remote address!
denied
mount: nfsmount failed: Bad file descriptor
mount: Mounting 203.241.131.201:/nfs on /mnt/nfs failed: Invalid argument
[root@ez-x5 /root]$

답변 감사합니다..ㅠㅠ

김민진 wrote..
: 저도 시작한지 얼마되지 않아서 아는게 거의 없지만.. 안될때는 지푸라기라 도
: 잡고 싶은 심정이기 때문에 아는 한도에서 답변해드리지요.. ^^;
: 우선 옵션이 --o가 아니라 -o아닌가요?
: 세팅은 메뉴얼대로 하셨을거라 보고 레드햇에서 nfs데몬을 실행시켜주셨나 요?
: /etc/rc.d/init.d/에서 ./nfs start라고 하신다음에 다시한번해보세요.
: 그럼.. ^^
: 사용자 wrote..
: : NFS때문에 3번째 redhat9.0을 깔고 테스트 중인 사용자 입니다..;;
: :
: : 이지 보드에서 리눅스호스트로 ping도 되고 redhat깔때 풀버전에 방화벽 도 없
: : 게 설정하고 했지만 안되네요..ㅡㅡㅋ
: :
: : 그래서 메뉴얼에서 말씀하신대로 점검사항따라 하는데 이상한 한가지를 발 견 했
: : 습니다.
: :
: : 커널지원옵션(파일시스템에 nfs항목이 있는가 확인하는 과정)이 아래와 같 더 군
: : 요.
: :
: : [root@hitech proc]# cat filesystems
: : nodev rootfs
: : nodev bdev
: : nodev proc
: : nodev sockfs
: : nodev tmpfs
: : nodev shm
: : nodev pipefs
: : ext2
: : nodev ramfs
: : iso9660
: : nodev devpts
: : ext3
: : nodev usbdevfs
: : nodev usbfs
: : nodev autofs
: : [root@hitech proc]#
: :
: : NFS가 빠져 있는게 맞는지요..;;
: :
: : 그래서 메뉴얼에서는 포함되어 있지 않다면 커널 옵션의 NFS 지원을 활성 화 시
: : 킨 후 재 컴파일하여 설치하여야 한다고 되어있는데..;;;;
: :
: : 호스트컴퓨터의 redhat9.0의 커널을 재 컴파일 해야한다는건가요?? -_-;
: :
: : 그렇다면 어떻게 하는지 알려주세요..;;;
: :
: : 그리고 NFS마운트 할때의 에러 메시지로 올립니다.
: :
: : [root@ez-x5 nfs]$ mount -t nfs --o nolock
203.241.131.201:/nfs /mnt/nfs
: : mount: invalid option -- -
: : mount: 203.241.131.201:/nfs failed, reason given by server: Permission
: : NFS: moun
: : t program didn't pass remote address!
: : denied
: : mount: nfsmount failed: Bad file descriptor
: : mount: Mounting 203.241.131.201:/nfs on /mnt/nfs failed: Invalid argument
: :
: : 좋은 하루 되세요..;;;;;;;;;;;;;;;;;