Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This output will look something like this:

Code Block
languagebash
themeRDark
> quota
Retrieving data ...

User: <YOUR_USERNAME>
Usage data updated on: 2023-01-18 12:00:03
+----------------------------+--------+------+--------+------+-------------+---------+------+-----------+------+-------------+
|                            |   User quota  |   Proj quota  |             |   User files   |    Proj files    |             |
+----------------------------+--------+------+--------+------+-------------+---------+------+-----------+------+-------------+
| Directory                  |   Used |    % |   Used |    % | Quota limit |    Used |    % |      Used |    % | Files limit |
+----------------------------+--------+------+--------+------+-------------+---------+------+-----------+------+-------------+
| /users/<YOUR_USERNAME>     |  28.2G | 56.3 |      - |    - |       50.0G |   78499 | 15.7 |         - |    - |      500000 |
...

If the percentages for "User quota" or "User files" is close to 100%, you will need to reduce the amount of data/number of files in your $HOME.

NB:
Please take into account, that the information shown by the "quota" command might not be updated immediately. Therefore, you might see any result of changes you made (e.g. by removing files) only after a short while. Also, "quota" is only a reporting tool. Having reduced the files should have an immediate effect, i.e. the error message should not appear any more.

...