Subject: Re: nfs mount on linux server
To: Huy Dang <huyd@compcore.com>
From: Frank van der Linden <frank@wins.uva.nl>
List: port-i386
Date: 04/04/1997 10:03:09
Quoting Huy Dang,

> Hi -

> We are running NetBSD 1.1 and are able to mount NFS file 
> systems on Solaris server.  However we were not able
> to mount NFS file system on a Linux server.  When try
> to mount we keep getting the message
> "mount: statfs ... Stale NFS file handle"

>From 1.1 (and 1.2) you'll need to use the -P option to the mount on
the NetBSD side. Linux enforces the use of reserved ports by default,
so that's why you need it.

- Frank