On Tue, 19 Jan 2016, Manuel Bouyer wrote:

Date: Tue, 19 Jan 2016 09:01:10 +0100
From: Manuel Bouyer <[email protected]>
To: [email protected]
Cc: [email protected]
Subject: Re: nfs client and quota

On Tue, Jan 19, 2016 at 08:23:37AM +0100, [email protected] 
wrote:
hello,

I am trying to display the quota on a nfs client. The nfs server is a
Netapp. With a Linux client all works fine. NetBSD-7 does not show anything.

At boot time the nfs client starts the following services:

rpcbind=YES
nfs_client=YES
lockd=YES
statd=YES

There is no firewall running.

Is quota for nfs clients implemented under NetBSD?

Yes

What can be the problem?

what does rpcinfo -p against the server reports ?

bash-4.3#  rpcinfo -p 172.18.86.9
   program vers proto   port  service
    100000    2   udp    111  portmapper
    100000    2   tcp    111  portmapper
    100000    3   udp    111  portmapper
    100000    3   tcp    111  portmapper
    100000    4   udp    111  portmapper
    100000    4   tcp    111  portmapper
    100003    3   udp   2049  nfs
    100003    3   tcp   2049  nfs
    100003    4   tcp   2049  nfs
    400010    1   tcp   2049
    100005    1   udp    635  mountd
    100005    2   udp    635  mountd
    100005    3   udp    635  mountd
    100005    1   tcp    635  mountd
    100005    2   tcp    635  mountd
    100005    3   tcp    635  mountd
    100021    4   udp   4045  nlockmgr
    100021    4   tcp   4045  nlockmgr
    100024    1   udp   4046  status
    100024    1   tcp   4046  status
    100011    1   udp   4049  rquotad

Reply via email to