Skip to content

Commit 02b2cf5

Browse files
committed
myquota output from torch instead of greene
1 parent ff08242 commit 02b2cf5

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

docs/hpc/03_storage/05_best_practices.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@ Users can check their current utilization of quota using the myquota command. Th
1111
In the following example the user who executes the `myquota` command is out of inodes in their home directory. The user inode quota limit on the `/home` file system **30.0K inodes** and the user has **33000 inodes**, thus **110%** of the inode quota limit.
1212
```sh
1313
$ myquota
14-
Hostname: log-1 at Sun Mar 21 21:59:08 EDT 2021
15-
Filesystem Environment Backed up? Allocation Current Usage
16-
Space Variable /Flushed? Space / Files Space(%) / Files(%)
17-
/home $HOME Yes/No 50.0GB/30.0K 8.96GB(17.91%)/33000(110.00%)
18-
/scratch $SCRATCH No/Yes 5.0TB/1.0M 811.09GB(15.84%)/2437(0.24%)
19-
/archive $ARCHIVE Yes/No 2.0TB/20.0K 0.00GB(0.00%)/1(0.00%)
14+
Quota Information for NetID
15+
Hostname: torch-login-2 at 2025-12-09 17:18:24
16+
17+
Filesystem Environment Backed up? Allocation Current Usage
18+
Space Variable /Flushed? Space / Files Space(%) / Files(%)
19+
20+
/home $HOME YES/NO 0.05TB/0.03M 0.0TB(0.0%)/54(0%)
21+
/scratch $SCRATCH NO/YES 5.0TB/5.0M 0.0TB(0.0%)/1(0%)
22+
/archive $ARCHIVE YES/NO 2.0TB/0.02M 0.0TB(0.0%)/1(0%)
2023
```
2124
Users can find out the number of inodes (files) used per subdirectory under their home directory (`$HOME`), by running the following commands:
2225
```sh

0 commit comments

Comments
 (0)