Re: ___ 2.1.73 and knfsd

Bill Hawes (whawes@star.net)
Sat, 20 Dec 1997 11:57:07 -0500


Yuri Kuzmenko wrote:
>
> I have small problem... I use linux-nfs-0.4.21 from redhat-contribs. It's
> compiled with libc5. But I use redhat linux with glibc2. Maybe, problem here?
> But I can't compile linux-nfs from sources (many errors with .h files...)
>
> root@killer:/mnt/tmp/home# ls
> bin etc lost+found proc tmp
> boot home mnt root usr
> dev lib opt sbin var
>
> root@killer:/mnt/tmp/home# pwd
> /mnt/tmp/home
>
> root@killer:/mnt/tmp/home# cd home
> nfs_fhget: fhandle changed!
> nfs_lookup: home/home ino=2 in use, count=5, nlink=14
>
> root@killer:/mnt/tmp/home/home# cd home
> nfs_fhget: fhandle changed!
> nfs_lookup: home/home ino=2 in use, count=6, nlink=14

I'm puzzled by these errors. The "filehandle changed" message means that
the same inode number is getting two different filehandles, which
shouldn't be happening.

Is "home" a symbolic link back to the mount directory?

Regards,
Bill