From d68121b4777411abe164487bb3109bc3b2fdd3fd Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Fri, 10 Feb 2023 10:14:50 +0100
Subject: [PATCH] Update storage.md

---
 docs.it4i/karolina/storage.md | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/docs.it4i/karolina/storage.md b/docs.it4i/karolina/storage.md
index 65c41b049..68303c94c 100644
--- a/docs.it4i/karolina/storage.md
+++ b/docs.it4i/karolina/storage.md
@@ -4,15 +4,14 @@ Karolina cluster provides two main shared filesystems, [HOME filesystem][1] and
 
 ## Archiving
 
-Do not use shared filesystems as a backup for large amount of data or long-term archiving mean. The academic staff and students of research institutions in the Czech Republic can use the CESNET storage service, which is available via SSHFS.
-For more information, see the [CESNET storage][6] section.
+Shared filesystems should not be used as a backup for large amount of data or long-term data storage. The academic staff and students of research institutions in the Czech Republic can use the [CESNET storage][6] service, which is available via SSHFS.
 
 ### HOME File System
 
 The HOME filesystem is an HA cluster of two active-passive NFS servers. This filesystem contains users' home directories `/home/username`. Accessible capacity is 31 TB, shared among all users. Individual users are restricted by filesystem usage quotas, set to 25 GB per user. Should 25 GB prove insufficient, contact [support][d], the quota may be increased upon request.
 
 !!! note
-    The HOME filesystem is intended for preparation, evaluation, processing and storage of data generated by active Projects.
+    The HOME filesystem is intended for preparation, evaluation, processing and storage of data generated by active projects.
 
 The files on HOME filesystem will not be deleted until the end of the [user's lifecycle][4].
 
@@ -20,7 +19,7 @@ The filesystem is backed up, so that it can be restored in case of a catastrophi
 
 | HOME filesystem      |                                |
 | -------------------- | ------------------------------ |
-| Accesspoint          | /home/username                 |
+| Mountpoint           | /home/username                 |
 | Capacity             | 31 TB                          |
 | Throughput           | 1.93 GB/s write, 3.1 GB/s read |
 | User space quota     | 25 GB                          |
@@ -53,7 +52,7 @@ The filesystem is backed up, so that it can be restored in case of a catastrophi
 
 ### SCRATCH File System
 
-The SCRATCH filesystem is realized as a parallel Lustre filesystem. It is accessible via the Infiniband network and is available from all login and computational nodes. Extended ACLs are provided on the Lustre filesystems for sharing data with other users using fine-grained control. For basic information about Lustre, see the [Understanding the Lustre Filesystem][7] subsection of the Barbora's storage documentation.*
+The SCRATCH filesystem is realized as a parallel Lustre filesystem. It is accessible via the Infiniband network and is available from all login and compute nodes. Extended ACLs are provided on the Lustre filesystems for sharing data with other users using fine-grained control. For basic information about Lustre, see the [Understanding the Lustre Filesystems][7] subsection of the Barbora's storage documentation.
 
 The SCRATCH filesystem is mounted in directory /scratch. Users may freely create subdirectories and files on the filesystem. Accessible capacity is 1000 TB, shared among all users. Users are restricted by PROJECT quotas set to 20 TB. The purpose of this quota is to prevent runaway programs from filling the entire filesystem and deny service to other users. Should 20 TB prove insufficient, contact [support][d], the quota may be increased upon request.
 
@@ -111,12 +110,12 @@ Configuration of the storage:
 
 ### PROJECT File System
 
-The PROJECT data storage is a central storage for projects'/users' data on IT4Innovations that is accessible from all clusters.
-For more information, see the [PROJECT storage][9] section.
+The PROJECT data storage is a central storage for projects'/users' data at IT4Innovations that is accessible from all clusters.
+For more information, see the [PROJECT Data Storage][9] section.
 
 ### Disk Usage and Quota Commands
 
-For more information about Disk usage and user quotas, see the Barbora's [storage section][8].
+For more information about disk usage and user quotas, see the Barbora's [storage section][8].
 
 ### Extended ACLs
 
@@ -130,7 +129,7 @@ For more information, see the [Access Control List][10] section of the documenta
 
 ### TMP
 
-Each node is equipped with local /tmp directory of few GB capacity. The /tmp directory should be used to work with small temporary files. Old files in /tmp directory are automatically purged.
+Each node is equipped with a local `/tmp` directory of few GB capacity. The `/tmp` directory should be used to work with small temporary files. Old files in the `/tmp` directory are automatically purged.
 
 ## Summary
 
-- 
GitLab