Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Storage Overview


After logging in to Free Tieryou will be in your home directory. This storage space (20 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.


Habanero's shared storage server is named "Rigel", and consequently the path to all home and scratch directories begins with "/rigel". Your home directory is located at /rigel/home/<UNI>. This is also the value of the environment variable $HOME.


Each group account on Free Tierhas an associated scratch storage space that is at least 1 terabyte (TB) in size. Note the important "No backups" warning regarding this storage at the bottom of this page. Your group account's scratch storage is located under /rigel/<ACCOUNT>. The storage for each account is as following:


Location

Size

Default User Quota

$HOME

n/a

20 GB Storage and 100k Inodes (files or directories)

/rigel/action4 TBNone

/rigel/apam

13 TB

None

/rigel/astro

56 TB

None

/rigel/axs5 TBNone

/rigel/bpx

3 TB

None

/rigel/ccl

10 TB

None

/rigel/cheme

3 TB

None

/rigel/cmt

10 TB

None

/rigel/cwc20 TBNone

/rigel/dsi

8 TB

None

/rigel/dslab2 TBNone
/rigel/dsp4 TBNone

/rigel/edu

8 TB

None

/rigel/elsa10 TBNone
/rigel/emlab8 TBNone

/rigel/fcs

10 TB

None

/rigel/free

1 TB

32 GB

/rigel/geco

26 TB

None

/rigel/glab

30 TB

None

/rigel/cwc20 TBNone
/rigel/gsb3 TBNone

/rigel/hblab

10 TB

None

/rigel/heat

10 TB

None

/rigel/issa4 TBNone

/rigel/katt

1 TB

None

/rigel/ldeo

10 TB

None

/rigel/mfplab40 TBNone
/rigel/nklab2 TBNone

/rigel/ocp

50 TB

None

/rigel/ocpbgc60 TBNone

/rigel/pimri

3 TB

None

/rigel/psych

3 TB

None

/rigel/qmech

1 TB

None

/rigel/rent

1 TB

100 GB

/rigel/sipa

5 TB

None

/rigel/spice

6 TB

None

/rigel/seasdean14 TBNone

/rigel/sscc

40 TB

None

/rigel/stats

20 TB

None

/rigel/stock

20 TB

None

/rigel/sun

3 TB

None

/rigel/theory10 TBNone

/rigel/ton

4 TB

None

/rigel/tosches2 TBNone

/rigel/tzsts

1 TB

None

/rigel/xray

1 TB

None

/rigel/zi

8 TB

None


The amount of data stored in any directory along with its subdirectories can be found with:


cd <directoryName>
du -sh .


If you have lots of files in the directory, please allow some time for the 'du' command to return with its output.


Inodes

Inodes are used to store information about files and directories and an inode is used up for every file and directory that's created. Each group has a limited number of inodes based on how many TB of storage purchased. To check your groups inode usage and limit, run:


$ df -hi /rigel/<ACCOUNT>
  

Should your group run out of inodes and there are free inodes available, we may be able to increase your inode allocation. Please contact us for more details about this if your group is running out of inodes.


The inode quota for home directories is 102,400.

Anaconda keeps a cache of the package files, tarballs etc. of the packages you've installed. This is great when you need to reinstall the same packages. But, over time, the space can add up.

You can use the 'conda clean' command and run the command in dry-run mode to see what would get cleaned up,

conda clean --all --dry-run

Once you're satisfied with what might be deleted, you can run the clean up,

conda clean --all

This will clean the index cache, lock files, tarballs, unused cache packages, and the source cache.

User and Project Scratch Directories


Free Tier users can create directories in their account's scratch storage using their UNI or a project name.


$ cd /rigel/<ACCOUNT>/users/
$ mkdir <UNI>


For example, an astro member may create the following directory:


$ cd /rigel/astro/users/
$ mkdir <UNI>


Alternatively, for a project shared with other users:


$ cd /rigel/astro/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.


It is the responsibility of users to ensure that important files are copied from the system to other more robust storage locations.

  • No labels