Re: 2.1.72 and kernel NFSD

Bill Hawes (whawes@star.net)
Tue, 16 Dec 1997 14:27:22 -0500


Peter Horton wrote:
>
> Hi all.
>
> I'm using a 2.1.72 kernel with nfs.o and nfsd.o (knfsd) loaded as modules.
> I've got the linux-nfs-0.4.21 package, and have mountd running.
> I have used exportfs to transfer my exports to /var/lin/nfs/xtab, and all
> seems fine. However this is what I get :
>
> berserk:/proc/net/rpc# mount localhost:/vfat /mnt -t nfs
> nfs: RPC call returned error 111
> RPC: task of released request still queued!
> RPC: (task is on xprt_pending)
> nfs_fhget: getattr error = 111
> nfs_read_super: get root inode failed
> mount: wrong fs type, bad option, bad superblock on localhost:/vfat,
> or too many mounted file systems
>
> berserk:/tmp# cat /var/lib/nfs/xtab
> /vfat localhost(rw,sync,wdelay,secure,root_squash,no_all_squash,mapping=identity,anonuid=-2,anongid=-2)
> /tmp localhost(rw,sync,wdelay,secure,root_squash,no_all_squash,mapping=identity,anonuid=-2,anongid=-2)
>
> Can anybody help ?

The error 111 is "connection refused", so possibly it's a problem with
portmapping or routing. Did your NFS setup work with before trying
knfsd?

Regards,
Bill