Space / Storage

On the HPC cluster, users are given a 10GB directory to use. This is plenty for the majority of cases. If more space is necessary, please open a ticket with EIT. Before doing this, it is likely a good idea to check your directory to see if there is anything taking up space that you do not need. There are some useful tools for this.

ls

du # where did all the space go? : du -h | sort -k 1h

df