Storage Space on the Cluster
Storage on the Cluster
Once you have your account set up on the ORC clusters, you will have access to the following storage options.
Home
/home/UserID
/scratch
and /projects
.
Properties of /home
:
- Read/write on the login/head and compute nodes
- Limited to 60 GB per user. You will get an email warning to clear space once you approach this limit.
- Backed up.
SCRATCH
/scratch/UserID
Properties of /scratch
:
- Read/write on every node - jobs can write output here
- Scratch directories have no space limit
- It is optimized for performance. Therefore, you should run I/O intensive calculations from this space. We encourage users to copy their data here, run their calculations and copy the results back to a more persistent space (/home, /projects, /groups).
- As the name implies, this is a temporary space. Files in
/scratch
whose last modification date is more than 90 days will get deleted on the first day of every month. Therefore, make sure you move files from this space to a more persistent space (/home, /projects, /groups). Please see the FAQ for more detail. /scratch
is not backed up.
PROJECTS
/projects/project-owner
/projects
space, the PI should send an email to orchelp@gmu.edu asking that
hte new members be added to the direvtory.
The /projects
space is
- On ARGO, read-write on all nodes.
- On HOPPER, read-write on all the nodes.
- Not backed up.
The /projects space is a free storage location optimized for data that is
actively used for computation on the HPC clusters. If you need more storage
space on the cluster, please send an email to orchelp@gmu.edu
to discuss
available paid storage options such was /groups space described below..
GROUPS
/groups/group-name
The current rate is $60/TB/year, storage space leased at this price will be valid for 5 years.
- Storage is provided at 1 TB increments and can not be purchased in smaller chunks. Also, the cost can not be pro-rated regardless of the time of year it was purchased.
- The rate of $60/TB/year is a yearly rate and the storage cost will be charged every year. Please budget for each year.
- Facilities & Administrative (F&A) rates will be applied to the storage costs for all proposal storage awards. Please include the F&A cost in the budget.
- F&A charges are not levied if “Indirect” funds are used to pay the storage cost.
- The storage space is to be used to store and share research data.
- ORC does not backup the data. We use data protection schemes like replication or erasure coding to prevent data loss due to hardware failure, but can not recover data that was intentionally or unintentially removed or changed.
Monitoring Storage Usage
When the storage space is exceeded, you will likely receive a 'Disk quota exceeded' error and you will not be able to write to the cluster. To avoid exceeding your /projects or /home quota limit, you can track your usage. You can quickly get storage disk usage for directory $DIR using the following options, in order decreasing speed
gdu (fast)
gdu --si -s $DIR
ncdu
ncdu --si $DIR
du (slow)
du --si -s $DIR
You will be unable save anything to your /projects or /home directory until you make space by
- removing unnecessary files from /projects or /home
- compressing files in /projects or /home
- requesting and purchasing /groups storage at a cost of $50/TB/year ($60/TB/year starting FY24) by emailing orchelp@gmu.edu
- moving files to your /scratch directory. Please note that /scratch is not backed up and it is subject to a 90-day purge policy.