diff --git a/VSC.md b/VSC.md
index 24c14d998c1178facc5ea6a2633d24cd8df6565f..ff3c770657c4f7539e7be7bc852286280f18ac48 100644
--- a/VSC.md
+++ b/VSC.md
@@ -27,6 +27,28 @@ CPU model: Intel(R) Xeon(R) Platinum 8174 CPU @ 3.10GHz
 378 GB Memory
 ```
 
+## Storage on VSC-4
+
+All quotas are shared between users:
+
+- `$HOME` (up to 100 GB, all home directories)
+- `$DATA`  (up to 10 TB, backed up)
+- `$BINFL` (up to 1TB, fast scratch)
+- `$BINFS` (up to 2GB, SSD fast)
+
+Check quotas:
+```
+mmlsquota --block-size auto -j data_fs71386 data
+                         Block Limits                                    |     File Limits
+Filesystem type         blocks      quota      limit   in_doubt    grace |    files   quota    limit in_doubt    grace  Remarks
+data       FILESET      4.027T     9.766T     9.766T     482.4M     none |   176664 1000000  1000000       65     none vsc-storage.vsc4.opa
+
+mmlsquota --block-size auto -j home_fs71386 home
+                         Block Limits                                    |     File Limits
+Filesystem type         blocks      quota      limit   in_doubt    grace |    files   quota    limit in_doubt    grace  Remarks
+home       FILESET      62.17G       100G       100G     207.8M     none |   631852 1000000  1000000      287     none vsc-storage.vsc4.opa
+
+```
 
 ## Node Information VSC-3
 ```
@@ -36,7 +58,27 @@ CPU model:  Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
 126 GB Memory
 ```
 
-### Run time limits
+## Storage on VSC-3
+
+All quotas are shared between users:
+
+- `$HOME` (up to 5 TB, all home directories)
+- `$GLOBAL` (up to 12 TB)
+- `$BINFL` (up to 10 GB, fast scratch)
+- `$BINFS` (up to 2 GB, SSD fast)
+
+Check quotas:
+```
+beegfs-ctl --getquota --cfgFile=/etc/beegfs/global3.d/beegfs-client.conf --gid 70653
+      user/group     ||           size          ||    chunk files    
+     name     |  id  ||    used    |    hard    ||  used   |  hard   
+--------------|------||------------|------------||---------|---------
+        p70653| 70653||    5.62 TiB|   12.00 TiB||   175886|  1000000
+```
+
+**However, it seems that most filesystems are quite full.**
+
+## Run time limits
 
 On VSC-3 we have a max runtime of 10 days for the private Queue. The normal queues have 3 days. the devel only 10 min (for testing)