Re: ___ kernel NFS problem again ;-( [2.1.80]

Bill Hawes (whawes@star.net)
Wed, 21 Jan 1998 08:30:12 -0500


Yuri Kuzmenko wrote:
>
> Trouble with nfs again. ;-( Same problem I have with 2.1.79 and older kernels.
> See below:
>
> >[14:23] root@killer:/$ ls /mnt/tmp
> bin etc lost+found proc tmp
> boot home mnt root usr
> dev lib opt sbin var
>
> >[14:23] root@killer:/$ ls /mnt/tmp -l
> nfs_lookup: //home failed, error=-13
> ls: /mnt/tmp/home: Permission denied
> nfs_lookup: //var failed, error=-13
> ls: /mnt/tmp/var: Permission denied
> nfs_lookup: //usr failed, error=-13
> ls: /mnt/tmp/usr: Permission denied
> nfs_lookup: //proc failed, error=-13
> ls: /mnt/tmp/proc: Permission denied
> total 39
> drwxr-xr-x 2 root root 2048 Dec 23 22:04 bin
> drwxr-xr-x 2 root root 1024 Jan 21 14:15 boot
> drwxr-xr-x 3 root root 15360 Jan 21 14:17 dev
> drwxr-xr-x 22 root root 3072 Jan 21 14:15 etc
> drwxr-xr-x 4 root root 2048 Jan 6 16:17 lib
> drwx------ 2 root root 12288 Dec 14 14:19 lost+found
> drwxr-xr-x 7 root root 1024 Jan 4 21:41 mnt
> lrwxrwxrwx 1 root root 9 Dec 14 14:36 opt -> /var/opt/
> lrwxrwxrwx 1 root root 10 Dec 14 14:22 root -> /home/root
> drwxr-xr-x 3 root root 2048 Dec 21 16:06 sbin
> lrwxrwxrwx 1 root root 8 Dec 14 14:42 tmp -> /var/tmp

With knfsd you have to separately export each fs, and mount them on the
client side. The messages above are occurring when you try to cross a
mount point.

You will need to redo your exports file to export the filesystems
separately.

Regards,
Bill