Subject: Re: NetBSD NSF server with OS X NFS clients
To: None <jmarin@embedtronics.fi>
From: Johan A.van Zanten <johan@giantfoo.org>
List: netbsd-users
Date: 09/13/2007 11:47:02
Jukka Marin <jmarin@embedtronics.fi> wrote:
> Hello,
> 
> NFS was working just fine between NetBSD systems and an embedded linux
> box.  Then a Macbook entered the house and the problems began.  First,
> I had to allow mount requests from ports >=1023.


You can fix this by adding the "resvport" option to the nfs mount.  On the
Mac, it looks like this:

buri:~ $ nidump fstab .
nfs03.fnord:/mnt/005 /mnt/005 nfs resvport 0 0


 -johan