Skip to content

Commit 577c853

Browse files
committed
Add quota reference
1 parent 51d9a14 commit 577c853

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Users can use SSH, NoMachine or a browser to log into the system. The login node
2929

3030
- Avoid keeping many (thousands to millions) of files in a single directory if possible - file systems typically do a lot better when you use a small number of large files.
3131

32-
- Do keep an eye on your file system (quotas) - your jobs will likely fail if it cannot write to disk due to a full quota. You can either choose a different file system to write to, or request a quota increase, or remove files you don't need anymore.
32+
- Do keep an eye on your file system [quotas](reference.md#storagequota) - your jobs will likely fail if it cannot write to disk due to a full quota. You can either choose a different file system to write to, or request a quota increase, or remove files you don't need anymore.
3333

3434
- Limit I/O intensive sessions where your jobs reads or writes a lot of data, or performs intensive meta data operations such as stat'ing many files or directories and opening and closing files in quick succession.
3535

reference.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,13 @@ id [username]
4444

4545

4646

47-
### How do I check current status of storage quotas?
47+
### How do I check current status of storage quotas? :id=storagequota
4848

49-
You might want to know how much of your quota is used; reaching the limit might be the cause of error messages whose reason is not obvious. To do so, simply type `df -h ~/` in a terminal window.
49+
You might want to know how much of your quota is used; reaching the
50+
limit might be the cause of error messages whose reason is not
51+
obvious. To do so for your home, simply type `df -h ~/` in a terminal
52+
window. More in general type `df -h <folder>` to determine the quota
53+
for any folder.
5054

5155

5256
### May I Contribute to the S3DF Documentation? :id=docsify

0 commit comments

Comments
 (0)