Subject: Re: NFS mounts fom Solaris-2.4
To: Dave McGuire <mcguire@rocinante.digex.net>
From: Stefan Monnier <stefan.monnier@lia.di.epfl.ch>
List: port-sparc
Date: 01/25/1996 15:16:55
>
> 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.
Great, thanks. Anybody knows why the default is to use unpriviledged 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...
And also how to specify it in the amd config files.
I tried:
~-0> head -3 /etc/amd/home
/defaults opts:=rw,hard,-P,intr,noquota;type:=nfs;cache:=none
columbus host==liasun1;type:=link;fs:=/export/columbus host!=liasun1;rhost:=liasun1;rfs:=/export/columbus
robinson host==liasun1;type:=link;fs:=/export/robinson host!=liasun1;rhost:=liasun1;rfs:=/export/robinson
~-0>
but it doesn't seem to work.
Stefan