도와주세요!!
글 수 15,339
이전 Q&A를 검색하여 아래와 같이 하였더니 되는군요..
한데 질문 두개더있는데요. 아래에서 나오는
1. 'nfs warning: mount version older than kernel'는 무시해도 되는 것인가
요?
2. PC에서 파일추가하고 바꾸고
'mount -t nfs -o nolock 157.171.182.41:/nfs /mnt/nfs'해야만 보이는것이
맞나요?
[root@ezboard /mnt]$ ifconfig eth0 157.171.182.42
[root@ezboard /mnt]$ mount -t nfs -o nolock 157.171.182.41:/nfs /mnt/nfs
nfs warning: mount version older than kernel
강호진 wrote..
: Ez Howto문서 7장 호스트 네트워크환경설정(p97)을 실행했더니
: 아래와 같이
: mount: RPC: Port mapper failure - RPC: Timed out
: 라고 합니다. 뭐가 문제인지 모르겠내요..?????????????????????????
:
: Nfs동작은 아래에보시면 책 대로 다되었거든요..
: 참고 : LinuxPc(157.171.182.41고정IP사용)
: Ezboard(157.171.182.42고정IP Line연결)
: tftp등은 모두 책대로 잘되었습니다.
:
: [root@ezboard /]$ ls
: home dev etc var usr lib sbin bin root tmp mnt proc
: [root@ezboard /]$ cd mnt
: [root@ezboard /mnt]$ ls
: [root@ezboard /mnt]$ mkdir /mnt/nfs
: [root@ezboard /mnt]$ ls
: nfs
: [root@ezboard /mnt]$ mount -t nfs -o nolock
157.171.182.41:/nfs /mnt/nfs
: mount: RPC: Port mapper failure - RPC: Timed out
: [root@ezboard /mnt]$
:
:
:
: ===Linux PC쪽에서 NFS작동확인 - Ez HowTo문서대로 다되었습니다.===
:
: [root@lec94189 /tmp]# mount -n lec94189:/nfs /tmp/nfs
: [root@lec94189 /tmp]# cd nfs
: [root@lec94189 nfs]# ls
: [root@lec94189 nfs]# vi test
: [root@lec94189 nfs]# ls
: test
: [root@lec94189 nfs]# cd /nfs
: [root@lec94189 /nfs]# ls
: test
: [root@lec94189 /nfs]# vi test
: [root@lec94189 /nfs]# cd /
: [root@lec94189 /]# ps
: PID TTY TIME CMD
: 1968 pts/0 00:00:00 bash
: 2521 pts/0 00:00:00 ps
: [root@lec94189 /]# ps -aux | grep portmap
: rpc 506 0.0 0.1 1516 600 ? S 09:43 0:00 portmap
: root 2523 0.0 0.1 2476 768 pts/0 S 11:07 0:00 grep
: portmap
: [root@lec94189 /]# ps -aux | grep rpc
: rpc 506 0.0 0.1 1516 600 ? S 09:43 0:00 portmap
: rpcuser 523 0.0 0.2 1560 776 ? S 09:43 0:00 rpc.statd
: root 804 0.0 0.1 1368 440 ? S 09:44 0:00
: rpc.rquotad
: root 809 0.0 0.1 1576 764 ? S 09:44 0:00
: rpc.mountd
: root 817 0.0 0.0 0 0 ? SW 09:44 0:00 [rpciod]
: [root@lec94189 /]# rpcinfo -p
: 프로그램 버전 원형 포트
: 100000 2 tcp 111 portmapper
: 100000 2 udp 111 portmapper
: 100024 1 udp 32768 status
: 100024 1 tcp 32768 status
: 100011 1 udp 981 rquotad
: 100011 2 udp 981 rquotad
: 100005 1 udp 32769 mountd
: 100005 1 tcp 32769 mountd
: 100005 2 udp 32769 mountd
: 100005 2 tcp 32769 mountd
: 100005 3 udp 32769 mountd
: 100005 3 tcp 32769 mountd
: 100003 2 udp 2049 nfs
: 100003 3 udp 2049 nfs
: 100021 1 udp 32770 nlockmgr
: 100021 3 udp 32770 nlockmgr
: 100021 4 udp 32770 nlockmgr
: [root@lec94189 /]#
한데 질문 두개더있는데요. 아래에서 나오는
1. 'nfs warning: mount version older than kernel'는 무시해도 되는 것인가
요?
2. PC에서 파일추가하고 바꾸고
'mount -t nfs -o nolock 157.171.182.41:/nfs /mnt/nfs'해야만 보이는것이
맞나요?
[root@ezboard /mnt]$ ifconfig eth0 157.171.182.42
[root@ezboard /mnt]$ mount -t nfs -o nolock 157.171.182.41:/nfs /mnt/nfs
nfs warning: mount version older than kernel
강호진 wrote..
: Ez Howto문서 7장 호스트 네트워크환경설정(p97)을 실행했더니
: 아래와 같이
: mount: RPC: Port mapper failure - RPC: Timed out
: 라고 합니다. 뭐가 문제인지 모르겠내요..?????????????????????????
:
: Nfs동작은 아래에보시면 책 대로 다되었거든요..
: 참고 : LinuxPc(157.171.182.41고정IP사용)
: Ezboard(157.171.182.42고정IP Line연결)
: tftp등은 모두 책대로 잘되었습니다.
:
: [root@ezboard /]$ ls
: home dev etc var usr lib sbin bin root tmp mnt proc
: [root@ezboard /]$ cd mnt
: [root@ezboard /mnt]$ ls
: [root@ezboard /mnt]$ mkdir /mnt/nfs
: [root@ezboard /mnt]$ ls
: nfs
: [root@ezboard /mnt]$ mount -t nfs -o nolock
157.171.182.41:/nfs /mnt/nfs
: mount: RPC: Port mapper failure - RPC: Timed out
: [root@ezboard /mnt]$
:
:
:
: ===Linux PC쪽에서 NFS작동확인 - Ez HowTo문서대로 다되었습니다.===
:
: [root@lec94189 /tmp]# mount -n lec94189:/nfs /tmp/nfs
: [root@lec94189 /tmp]# cd nfs
: [root@lec94189 nfs]# ls
: [root@lec94189 nfs]# vi test
: [root@lec94189 nfs]# ls
: test
: [root@lec94189 nfs]# cd /nfs
: [root@lec94189 /nfs]# ls
: test
: [root@lec94189 /nfs]# vi test
: [root@lec94189 /nfs]# cd /
: [root@lec94189 /]# ps
: PID TTY TIME CMD
: 1968 pts/0 00:00:00 bash
: 2521 pts/0 00:00:00 ps
: [root@lec94189 /]# ps -aux | grep portmap
: rpc 506 0.0 0.1 1516 600 ? S 09:43 0:00 portmap
: root 2523 0.0 0.1 2476 768 pts/0 S 11:07 0:00 grep
: portmap
: [root@lec94189 /]# ps -aux | grep rpc
: rpc 506 0.0 0.1 1516 600 ? S 09:43 0:00 portmap
: rpcuser 523 0.0 0.2 1560 776 ? S 09:43 0:00 rpc.statd
: root 804 0.0 0.1 1368 440 ? S 09:44 0:00
: rpc.rquotad
: root 809 0.0 0.1 1576 764 ? S 09:44 0:00
: rpc.mountd
: root 817 0.0 0.0 0 0 ? SW 09:44 0:00 [rpciod]
: [root@lec94189 /]# rpcinfo -p
: 프로그램 버전 원형 포트
: 100000 2 tcp 111 portmapper
: 100000 2 udp 111 portmapper
: 100024 1 udp 32768 status
: 100024 1 tcp 32768 status
: 100011 1 udp 981 rquotad
: 100011 2 udp 981 rquotad
: 100005 1 udp 32769 mountd
: 100005 1 tcp 32769 mountd
: 100005 2 udp 32769 mountd
: 100005 2 tcp 32769 mountd
: 100005 3 udp 32769 mountd
: 100005 3 tcp 32769 mountd
: 100003 2 udp 2049 nfs
: 100003 3 udp 2049 nfs
: 100021 1 udp 32770 nlockmgr
: 100021 3 udp 32770 nlockmgr
: 100021 4 udp 32770 nlockmgr
: [root@lec94189 /]#