diff --git a/content/handling_data/_index.md b/content/handling_data/_index.md index d1f8c5cb845cee99fc9c3a0eb65042a212172ef8..4a75d8e8e20f7f43b6a823367b516363f8e5b3b6 100644 --- a/content/handling_data/_index.md +++ b/content/handling_data/_index.md @@ -8,7 +8,7 @@ weight = "30" All HCC machines have three separate areas for every user to store data, each intended for a different purpose. The three areas are `/common`, `/work`, and `/home`, each with different functions. `/home` is your home directory with a quota limit of **{{< hcc-quota "swan.home.block" >}}** and is backed up for best-effort disaster recovery purposes. `/work` is the high performance, I/O focused directory for running jobs. `/work` has a **{{< hcc-quota "swan.work.block" >}} per group quota**, is not backed-up and is subject to a [purge policy]({{<relref "data_storage/#purge-policy" >}}) of **{{< hcc-quota "swan.work.purge" >}} of inactivity on a file**. `/common` works similarly to `/work` and is mounted with read and write capabilities on all HCC clusters, meaning any files on `/common` can be accessed from all of HCC clusters unlike `/home` and `/work` which are cluster dependant. More information on the three storage areas on HCC's clusters are available in the [Data Storage]({{<relref "data_storage">}}) page. -{{< figure src="/images/35325560.png" height="500" class="img-border">}} +{{< figure src="/images/storage_overview_graphic.png" height="500" class="img-border">}} HCC also offers a separate, near-line archive with space available for lease called Attic. Attic provides reliable large data storage that is designed to be more reliable than `/work`, and larger than `/home`. More information on Attic and how to transfer data to and from Attic can be found on the [Using Attic]({{<relref "data_storage/using_attic">}}) page. diff --git a/static/images/storage_overview_graphic.png b/static/images/storage_overview_graphic.png new file mode 100644 index 0000000000000000000000000000000000000000..5d10b26ff69faccc302d17af52f36fbe2eb279a5 Binary files /dev/null and b/static/images/storage_overview_graphic.png differ