Skip to content

Commit 913db61

Browse files
authored
Minor fixes to storage docs (#132)
1 parent e474f8b commit 913db61

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/storage/filesystems.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
- :fontawesome-solid-hard-drive: __File Systems__
1212

13-
There are three *types* of file system that provided on Alps clusters:
13+
There are three *types* of file system that are provided on Alps clusters:
1414

1515
| | [backups][ref-storage-backups] | [snapshot][ref-storage-snapshots] | [cleanup][ref-storage-cleanup] | access |
1616
| --------- | ---------- | ---------- | ----------- | --------- |
@@ -225,8 +225,6 @@ If you are in multiple projects, information for the [Store][ref-storage-store]
225225
```console
226226
227227
$ quota
228-
checking your quota
229-
230228
Retrieving data ...
231229

232230
User: user
@@ -332,7 +330,7 @@ In addition to the automatic deletion of old files, if occupancy exceeds 60% the
332330
## Frequently asked questions
333331

334332
??? question "My files are gone, but the directories are still there"
335-
When the [cleanup policy][ref-storage-cleanup] is applied on LUSTRE file systems, the files are removed, but the directories remain.
333+
When the [cleanup policy][ref-storage-cleanup] is applied on Lustre file systems, the files are removed, but the directories remain.
336334

337335
??? question "What do messages like `mkdir: cannot create directory 'test': Disk quota exceeded` mean?"
338336
You have run out of quota on the target file system.

0 commit comments

Comments
 (0)