Skip to content

Commit 4602c8c

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : bc19a2a Branch : main Author : Adam Taranto <adam.p.taranto@gmail.com> Time : 2025-09-03 23:55:17 +0000 Message : Add storage check instructions Added instructions for checking available storage using the stornext module and mrquota tool.
1 parent 6d6e390 commit 4602c8c

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

02-milton.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,37 @@ You will notice that the prompt changed when you logged into the remote system u
9292

9393
![Case 2: Data from publicly available source, or with delete on-completion constraint](fig/datadelete.png)
9494

95+
96+
97+
98+
::: challenge
99+
100+
### Check your available storage
101+
102+
Use `module av` to search for and load the `stornext` module. Load it and run the `mrquota` tool to view your available storage.
103+
104+
:::::: solution
105+
106+
```bash
107+
$ module load stornext/1.1
108+
$ mrquota
109+
```
110+
111+
```output
112+
--------- Vast Quota ---------
113+
3.365 / 50.000 TB
114+
741240 / 10000000 Inodes
115+
--------- Home Quota ---------
116+
18.00 / 20.00 GB
117+
------------------------------
118+
```
119+
120+
::::::
121+
122+
Looks like my home dir is nearly full!
123+
:::
124+
125+
95126
## Looking Around Your Home
96127

97128
We will now revise some linux commands to look around the login node.

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"index.md" "ef6021d0324e15b31dc11b86d7b557bf" "site/built/index.md" "2025-09-03"
77
"links.md" "8184cf4149eafbf03ce8da8ff0778c14" "site/built/links.md" "2023-05-08"
88
"episodes/01-introduction.md" "82b4921fd5e1a0ce080f50b553b65099" "site/built/01-introduction.md" "2023-05-16"
9-
"episodes/02-milton.md" "da18285ecef9cd3b06080d8a0723c903" "site/built/02-milton.md" "2025-04-24"
9+
"episodes/02-milton.md" "7bc54c3eafedddaba9fb30a2d14b7c22" "site/built/02-milton.md" "2025-09-03"
1010
"episodes/03-modules.md" "03c782bb228dfbafe4d7db070dc1aef8" "site/built/03-modules.md" "2025-04-23"
1111
"episodes/05-slurm.md" "e5b4513faabbe6ecd4de85f08a806e32" "site/built/05-slurm.md" "2025-04-24"
1212
"episodes/06-submit.md" "108924b1acd6860a31c0d10b273cdc12" "site/built/06-submit.md" "2025-04-24"

0 commit comments

Comments
 (0)