I tried to run on NFS from the terminal: mkdir a. I get the error message mkdir: cannot create directory ‘a’: Disk quota exceeded.
How can I see the quota that was allowed to me?
I tried quota -v, however I get the error message (my username is fr):
quota: error while getting quota from nfs-holy.mit.edu:/data for fr (id 24421):
Connection refused
I tried sudo quota -v, but I get the same error message.
The output of df -h is:
Filesystem Size Used Avail Use% Mounted on
[…]
nfs-holy.mit.edu:/data 50T 43T 7.8T 85% /data-nfs
The output of quota -v -f fr is:
quota: Cannot stat() given mountpoint fr: No such file or directory
Skipping...
quota: No correct mountpoint specified.
quota: Cannot initialize mountpoint scan.
The output of quota -v -f /data-nfs is:
quota: error while getting quota from nfs-holy.mit.edu:/data for fr (id 24421):
Connection refused
I use Ubuntu 14.04.5 LTS x64.