Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
habrok:data_management:quota [2023/03/22 11:55] – [Group quota] fokkehabrok:data_management:quota [2023/04/18 09:45] (current) – [hbquota] admin
Line 8: Line 8:
 ===== hbquota ===== ===== hbquota =====
  
-The quota tool has not yet been ported to Hábrók+The ''hbquota'' tool can be used on Hábrók to display your quota overview for the different file systems:
  
 +<code>
 +Quotas for: p123456
 +/home1
 +###############====================================    27% 
 +  Quota: 50.0 GiB
 +  Hard Limit: 50.0 GiB
 +  Usage: 13.7 GiB
 +  File Quota: 1000000
 +  File Limit: 1000000
 +  Files: 371741
 +/projects
 +#===================================================    0% 
 +  Quota: 250.0 GiB
 +  Hard Limit: 275.0 GiB
 +  Usage: 4.0 KiB
 +  File Quota: 512000
 +  File Limit: 537600
 +  Files: 1
 +/scratch
 +#####===============================================    8% 
 +  Quota: 250.0 GiB
 +  Hard Limit: 275.0 GiB
 +  Usage: 21.3 GiB
 +  File Quota: 512000
 +  File Limit: 537600
 +  Files: 11135
 +</code>
 ===== df ===== ===== df =====
  
Line 26: Line 52:
 172.23.15.201:/nfs/home 1000000 158540 841460   16% /home1 172.23.15.201:/nfs/home 1000000 158540 841460   16% /home1
 </code> </code>
 +
 +In these examples ''df'' will show the space available in the given location, where ''$HOME'' is your home directory. You can replace this path by another directory on the home directory storage, if you need information about that directory.
  
 ===== lfs ===== ===== lfs =====