diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/file_systems.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/file_systems.md
index c22dca74d7cc84b7e100bd3ba2a40be0044ec119..7803dc1ad17dfce4485f1a7661ce796dda45f936 100644
--- a/doc.zih.tu-dresden.de/docs/data_lifecycle/file_systems.md
+++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/file_systems.md
@@ -32,11 +32,19 @@ All clusters will have access to these shared parallel filesystems:
 
 | Filesystem  | Usable directory  | Capacity | Availability | Backup | Remarks                                                                                                                                                         |
 |:------------|:------------------|:---------|:-------------|:-------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| `Lustre`    | `/scratch/`       | 4 PB     | global       | No     | Only accessible via [Workspaces](workspaces.md). Not made for billions of files!                                                                                   |
-| `Lustre`    | `/lustre/ssd`     | 40 TB    | global       | No     | Only accessible via [Workspaces](workspaces.md). For small I/O operations                                                                                          |
-| `BeeGFS`    | `/beegfs/global0` | 280 TB   | global       | No     | Only accessible via [Workspaces](workspaces.md). Fastest available filesystem, only for large parallel applications running with millions of small I/O operations |
-| `BeeGFS`    | `/beegfs/global1` | 232 TB   | global       | No     | Only accessible via [Workspaces](workspaces.md). Fastest available filesystem, only for large parallel applications running with millions of small I/O operations |
-| `ext4`      | `/tmp`            | 95 GB    | local        | No     | is cleaned up after the job automatically  |
+| `Lustre`    | `/data/horse`     | 20 PB    | global       | No     | Only accessible via [Workspaces](workspaces.md).
+| `Lustre`    | `/data/weasel`    | 1 PB     | global       | No     | Coming 2024. For high IOPS |
+| `ext4`      | `/tmp`            | 95 GB    | local        | No     | Systems: tbd. Is cleaned up after the job automatically.  |
+
+??? "Outdated filesystems"
+
+    | Filesystem  | Usable directory  | Capacity | Availability | Backup | Remarks                                                                                                                                                         |
+    |:------------|:------------------|:---------|:-------------|:-------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------|
+    | `Lustre`    | `/scratch/`       | 4 PB     | global       | No     | Only accessible via [Workspaces](workspaces.md). Not made for billions of files!                                                                                   |
+    | `Lustre`    | `/lustre/ssd`     | 40 TB    | global       | No     | Only accessible via [Workspaces](workspaces.md). For small I/O operations                                                                                          |
+    | `BeeGFS`    | `/beegfs/global0` | 280 TB   | global       | No     | Only accessible via [Workspaces](workspaces.md). Fastest available filesystem, only for large parallel applications running with millions of small I/O operations |
+    | `BeeGFS`    | `/beegfs/global1` | 232 TB   | global       | No     | Only accessible via [Workspaces](workspaces.md). Fastest available filesystem, only for large parallel applications running with millions of small I/O operations |
+    | `ext4`      | `/tmp`            | 95 GB    | local        | No     | is cleaned up after the job automatically  |
 
 ## Recommendations for Filesystem Usage