2.1.72 and kernel NFSD

Peter Horton (pdh@berserk.demon.co.uk)
Tue, 16 Dec 1997 18:26:45 +0000 (GMT)


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 ?