Changes between Version 8 and Version 9 of cypress/FileTransfer
- Timestamp:
- 08/21/19 10:55:01 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/FileTransfer
v8 v9 37 37 == Storage: home directory == 38 38 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: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: 40 40 41 41 {{{ 42 quota - f /home42 quota -s -f /home 43 43 }}} 44 44 … … 51 51 Allocations 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. 52 52 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.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. 54 54 55 55 Your group's Lustre project directory will be at: … … 64 64 65 65 {{{ 66 lfs quota - g `id -gn` /lustre66 lfs quota -h -g `id -gn` /lustre 67 67 }}} 68 68 … … 70 70 71 71 {{{ 72 lfs quota - u `id -un` /lustre72 lfs quota -h -u `id -un` /lustre 73 73 }}} 74 74