Subject: Re: NFS
To: Mister Gandalf <mgandalf@Mentasm.com>
From: Scott Reynolds <scottr@Plexus.COM>
List: current-users
Date: 05/20/1997 23:51:44
On Tue, 20 May 1997, Mister Gandalf wrote:

> I just compiled the sources I downloaded last night at 3AM EDT and I have a
> small problem with NFS. [...]  Now
> when I mount a directory mount returns no error and yet when I do a "df" that
> mount doesn't show up and an "ls" in that dir returns "Permission denied".

NFS now uses the prescribed reserved port by default.  Either specify the
appropriate option when mounting (mount_nfs' -P flag, amd's resvport
option) or starting mountd on the server (the -n flag).

--scott