Changes between Version 8 and Version 9 of cypress/FileTransfer


Ignore:
Timestamp:
08/21/19 10:55:01 (5 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/FileTransfer

    v8 v9  
    3737== Storage: home directory ==
    3838
    39 Your home directory on Cypress is intended to store customized source code, binaries, scripts, analyzed results, manuscripts, and other small but important files.  This directory is limited to 10 GB (10,000 MB), and is backed up.  To view your current quota and usage, run the command:
     39Your home directory on Cypress is intended to store customized source code, binaries, scripts, analyzed results, manuscripts, and other small but important files.  This directory is '''limited to 10 GB (10,000 MB)''', and is backed up.  To view your current quota and usage, run the command:
    4040
    4141{{{
    42 quota -f /home
     42quota -s -f /home
    4343}}}
    4444
     
    5151Allocations on this filesystem are provided per project/research group.  Each group is given a space allocation of 1 TB and an inode allocation of 1 million (i.e. up to 1 million files or directories) on the Lustre filesystem.  If you need additional disk space to run your computations, your PI may request a quota adjustment.  To request a quota adjustment, please provide details and an estimate of the disk space used/required by your computations.  Allocations are based on demonstrated need and available resources.
    5252
    53 The Lustre filesystem is not for bulk or archival storage of data.  The filesystem is configured for redundancy and hardware fault tolerance, but is not backed up.  If you require space for bulk / archival storage, please contact us, and we will take a look at the available options.
     53The Lustre filesystem is not for bulk or archival storage of data.  The filesystem is configured for redundancy and hardware fault tolerance, but is '''not backed up'''.  If you require space for bulk / archival storage, please contact us, and we will take a look at the available options.
    5454
    5555Your group's Lustre project directory will be at:
     
    6464
    6565{{{
    66 lfs quota -g `id -gn` /lustre
     66lfs quota -h -g `id -gn` /lustre
    6767}}}
    6868
     
    7070
    7171{{{
    72 lfs quota -u `id -un` /lustre
     72lfs quota -h -u `id -un` /lustre
    7373}}}
    7474