...
After logging in to the Free Tier, you will be in your home directory. This storage space (20 30 GB) is appropriate for smaller files, such as documents, source code, and scripts but will fill up quickly if used for data sets or other large files.
...
Terremoto's shared storage server is named "moto", and consequently the path to all home and scratch directories begins with "/moto". Your home directory is located at /moto/home/<UNI>. This is also the value of the environment variable $HOME.
Each group account on Free Tier Terremoto has an associated scratch storage space that is at least 1 terabyte (TB) in size.
Your group account's scratch storage is located under /moto/<ACCOUNT>.
For "Free Tier", the account name is "free" and each individual user has a 32GB quota in the "free" scratch space.
Note the important "No backups" warning regarding this storage at the bottom of this page. Your group account's scratch storage is located under /moto/<ACCOUNT>.
The storage for each account is as following:
Location | Size | Default User Quota |
---|---|---|
$HOME | n/a |
30 GB |
(102,400 inodes) |
/moto/ |
apam |
9 TB | None |
/moto/ |
asenjo |
1 TB | None |
/moto/astro |
48 TB | None |
/moto/ |
atmchm |
12 TB | None |
/moto/ |
axs |
5 TB | None |
/moto/ |
berkelbach |
8 TB | None |
/moto/ |
buck |
1 TB | None |
/moto/ |
buddy |
4 TB | None |
/moto/ |
cboyce | 20 TB | None |
/moto/ |
cheme |
2 TB | None |
/moto/ |
cs | 2 TB | None |
/moto/ |
cury | 3TB | None |
/moto/eaton | 6 TB | None |
/moto/edu |
3 TB | None |
/moto/ |
edu/e4880 |
3 TB | None |
/moto/edu/emlab |
3 TB | None |
/moto/ |
fortin |
4 TB | None | |
/moto/free | 1 TB | 32 GB |
/moto/ |
febio |
2 TB | None |
/moto/ |
gsb |
10 TB | None |
/moto/ |
hblab | 20 TB | None |
/moto/ |
hill |
8 TB | None |
/moto/ |
iicd |
20 TB | None |
/moto/ |
katt2 |
1 TB | None |
/moto/ |
kohwi |
2 TB | None |
/moto/ |
kumar |
3 TB | None |
/moto/ |
mauel | 10 |
None
TB | None | |
/moto/nklab | 2 TB | None |
/moto/ |
palab |
90 TB | None |
/moto/ |
pdlab |
15 TB | None |
/moto/ |
qmech | 3 |
None
/moto/psych
3 TB
None
/moto/qmech
TB | None | |
/moto/rent | 1 TB | 100 GB |
/moto/ |
roam |
1 TB | None |
/moto/ |
6 TB
None
slab | 1 TB | None |
/moto/sscc |
50 TB | None |
/moto/stats |
6 TB | None |
/moto/ |
trl |
40 TB | None |
/moto/ |
3 TB
None
urban | 10 TB | None |
/moto/ |
yoon |
3 TB | None |
/moto/ |
zi |
5 TB | None |
/moto/ |
ziab |
8 TB | None |
/moto/ |
zims |
2 TB | None |
/moto/ |
zidw |
3 TB | None |
The amount of data stored in any directory along with its subdirectories can be found with:
...
Free Tier users can create directories in their account's scratch storage using their UNI or a project name.
Code Block |
---|
$ cd /moto/<ACCOUNT>free/users/ $ mkdir <UNI> |
For example, an astro member may create the following directory:
Code Block |
---|
$ cd /moto/astrofree/users/ $ mkdir <UNI> |
Alternatively, for a project shared with other users:
Code Block |
---|
$ cd /moto/astrofree/projects/ $ mkdir <PROJECT_NAME> |
...
Naming conventions (such as using your UNI for your users directory) are not enforced, but following them is highly recommended as they have worked well as organization mechanisms on previous clusters.
No Backups
Storage is not backed up. User files may be lost due to hardware failure, user error, or other unanticipated events.
...