NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NetBSD NFS - Ubuntu client mount not working



On Wed, 24 Jun 2020 at 19:43, Mayuresh <mayuresh%acm.org@localhost> wrote:
>
> On NetBSD 8.0 amd64, my exports look like:
>
> # showmount -e
> Exports list on localhost:
> /usr/local/ubuntu/fs               127.0.0.1
>
> I'm running ubuntu VM which is trying to mound the above:
>
> mount -t nfs  10.0.2.2:/usr/local/ubuntu/fs /netbsdfs/
> mount.nfs: access denied by server while mounting 10.0.2.2:/usr/local/ubuntu/fs
>
> At this time NetBSD logs show:
>
> Refused mount RPC from host 127.0.0.1 port 60010
>
> I am able to mount the same share on netbsd itself, but not on Linux.
> Anything peculiar needed for this to work?

Try adding '-noresvport -noresvmnt' to the /etc/exports line

David


Home | Main Index | Thread Index | Old Index