Quotas: Difference between revisions

From HPCwiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 11: Line 11:


To check your usage for your home directory, do this:
To check your usage for your home directory, do this:
(this has to be done on a compute node for now, due to some quirk in our setup)


<code>quota -v -s -u -f /home</code>
<code>quota -v -s -u -f /home</code>

Latest revision as of 11:31, 14 July 2026

Each storage area on Anunna has limits on how much you can store. This page collects the quotas that apply and how to check your usage.

Home and shared directories

Each user has a 200 GB quota on their home directory (/home) combined with data they store under /shared.

Lustre

Currently there are no enforced quotas on the lustre filesystem

Checking your usage

To check your usage for your home directory, do this:

quota -v -s -u -f /home

To check your usage for the lustre filesystem, do this:

lfs quota -h /lustre/

Requesting more space

If you need more storage than your current quota allows, contact the HPC team through Support.

See also