Storage & Filesystems

The system provides a few file systems with different features and limits

File System

User Limit

Attributes

File System

User Limit

Attributes

$HOME

100GB

Not intended for high-intensity file operations.

$DATA

$50 / TB / year

Project based storage that is sold at cost (see https://asurc.atlassian.net/wiki/spaces/RC/pages/60915741 )

$SCRATCH

no user limit

High speed storage.
Overall capacity 1.3 PB on Agave, 3.2PB on Sol.
Not backed up.
Subject to deletion if access time is more than 90 days old.

Tape Archival

$10 / TB / year

Intended for cold storage/archiving

Google Drive

250GB

Remote cloud storage
See specific documentation on how to use: https://asurc.atlassian.net/wiki/spaces/RC/pages/61833262

Accessing the local filesystems (home and scratch)

Note the following (where $USER is your username/asurite):
$HOME := /home/$USER
$SCRATCH := /scratch/$USER
$DATA := /data/designation

These file systems are accessed by path. By writing data/files to your assigned home and scratch directories, the associated file systems are then being used.