nfs관련 에러입니다. 도와주세요...

eyekey의 이미지

starting NFS services : OK
starting NFS quotas : OK
starting NFS daemon : OK
starting NFS mountd : OK
starting NFS4 idmapd : Error : RPC MTAB does not exist.
고수님들 어떻게 대처해야 하나요
사용리눅스는 fedora core 2입니다.

ssggkim의 이미지

Google에서 찾아보았습니다. 해결이 되실런지...

http://www.redhat.com/archives/fedora-list/2004-June/msg03666.html

Quote:

Edward Hourigan said the following on 14/06/2004 13:45:

When booting up, the script /etc/init.d/nfs reports:

Starting NFS services: [ OK ]
Starting NFS quotas: [ OK ]
Starting NFS daemon: [ OK ]
Starting NFS mountd: [ OK ]
Starting rpcidmapd
Starting NFS4 idmapd: Error: RPC MTAB does not exist.
Starting rpc.svcgssd

What is RPC MTAB?

Not sure if this is causing my NFS client problems or not. Each client
reports 'permission denied' when trying to mount NFS shares.

==============================================

You need to have the sunrpc module loaded which mounts the rpc_pipes filesystem.

grep -v '^#' /proc/mounts | awk '{ if ($3 ~ /^rpc_pipefs$/ ) print $2}'

should give you the following:

/var/lib/nfs/rpc_pipefs

If not, check that your sunrpc module is loading correctly. Try loading it manually,

modprobe sunrpc

--
Greg