Skip to content

Commit 0e26868

Browse files
committed
minor reformat
1 parent bcdb9cb commit 0e26868

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

docs/hpc/03_storage/06_best_practices.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Space Variable /Flushed? Space / Files Space(%) / Files(%)
1717
/home $HOME Yes/No 50.0GB/30.0K 8.96GB(17.91%)/33000(110.00%)
1818
/scratch $SCRATCH No/Yes 5.0TB/1.0M 811.09GB(15.84%)/2437(0.24%)
1919
/archive $ARCHIVE Yes/No 2.0TB/20.0K 0.00GB(0.00%)/1(0.00%)
20-
/vast $VAST No/Yes 2.0TB/5.0M 0.00GB(0.00%)/1(0.00%)
2120
```
2221
Users can find out the number of inodes (files) used per subdirectory under their home directory (`$HOME`), by running the following commands:
2322
```sh

docs/hpc/12_tutorial_intro_shell_hpc/03_moving_looking.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ The NYU HPC clusters have multiple file systems for user’s files. Each file sy
2424
| /home | $HOME | Program development space; storing small files you want to keep long term, e.g. source code, scripts. | NO | 20 GB |
2525
| /scratch | $SCRATCH | Computational workspace. Best suited to large, infrequent reads and writes. | YES. Files not accessed for 60 days are deleted. | 5 TB |
2626
| /archive | $ARCHIVE | Long-term storage | NO | 2 TB |
27-
| /vast | $VAST | Flash memory for high I/O workflows | YES. Files not accessed for 60 days are deleted. | 2 TB |
2827

2928
Please see [HPC Storage](../03_storage/01_intro_and_data_management.mdx) for more details.
3029

@@ -374,4 +373,4 @@ The directories are listed alphabetical at each level, the files/directories in
374373
- To view files, use `ls`.
375374
- You can view help for a command with `man command` or `command --help`.
376375
- Hit `tab` to autocomplete whatever you’re currently typing.
377-
:::
376+
:::

0 commit comments

Comments
 (0)