Skip to main content

File System Overview

The table below summarizes the various storage paths available on the supercomputer, their user limits, and their intended usage scenarios:

File SystemPathUser LimitAttributes
$HOME/home/$USER100 GBUser's personal space for storing files and custom software. Not suitable for high-intensity file operations
$SCRATCH/scratch/$USER100000 GBHigh-performance storage for intensive computing tasks. Short-term storage/no backups/90-day storage limit
$DATA/data/<designation>Based on paymentProject-based storage accessible by supercomputers and lab workstations
$DATA/data/<grp_mygrp> or /data/class_100 GBShared storage space for Linux groups and academic course allocations
CanyonBased on paymentTape archive intended for long-term, infrequently-accessed data.
info

You can see what groups you are enrolled in with the groups command.

info

/data/* directories are not openly-browsable. These directories are hidden from listings (such as from ls /data) but are accessible to all members via direct path navigation (e.g., cd /data/grp_mygrp).