This page documents the various questions related to Juno storage. 

Juno home storage

Juno compute storage

Juno warm storage

Juno local scratch storage

Juno local  fast scratch storage : 

How to get information about your usage:

You can get real time information about storage quotas and usage from grafana at https://hpc-grafana.mskcc.org/d/000000027/storage-quota

You can also get information from the command line

For the home directory /home/$USERNAME, use:

              mmlsquota juno:home 

For the working directory /data/$LAB, use:

       mmlsquota -j work_hpcadmin  --block-size auto juno

or

df -h  /data/$LAB

lilac also has quotas on number of files -- not just data size.


 Copy files from other clusters:

Depending on the size and number of files to copy, you may run multiple rsync commands simultaneously to copy different directories.

The HPC private network is faster than the MSKCC campus network, so using short names such as lilac will often make transfers faster than the fully qualified domain name lilac.mskcc.org.