Re: 2.1.72 and kernel NFSD

Peter Horton (pdh@berserk.demon.co.uk)
Wed, 17 Dec 1997 00:19:30 +0000 (GMT)


On Tue, 16 Dec 1997, Bill Hawes wrote:

> Peter Horton wrote:
> >
> > 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)
>
> 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

modprobe nfs
rpc.portmap
rpc.mountd
rpc.nfsd
mount localhost:/vfat /mnt

Works fine, no error (the rpc.* code is from a Linux 2.0 distribution).

modprobe nfsd
modprobe nfs
rpc.portmap
mountd
mount localhost:/vfat /mnt

Fails (using mountd from linux-nfs-0.4.21, or the original rpc.mountd).

Have I got the right version of everything ?

P.