Subject: Re: NFS mounts fom Solaris-2.4
To: Dave McGuire <mcguire@rocinante.digex.net>
From: Peter Svensson <petersv@df.lth.se>
List: port-sparc
Date: 01/25/1996 18:51:16
On Thu, 25 Jan 1996, Dave McGuire wrote:

>   I assume the Solaris machine is the server, and the NetBSD machine
> is the client...if this is the case, it could be that the Solaris
> machine's mountd is requiring the use of privileged ports for mounts,
> and NetBSD's mount_nfs uses nonprivileged ports by default.  Try using
> "/sbin/mount -o -P liasun3:/usr /mnt" and see if that works; that
> tells NetBSD's mount_nfs to use privileged ports.
> 
>   On a related note: Can anyone tell me how to specify the above in
> /etc/fstab?  I can't seem to figure it out...

Something like this:
server:/export/dir   /mntpnt    nfs rw,nodev,-i,-b,-P 0 0

Peter