diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
index da470eda5178c27776ab91f9f0d0aa5eee98a98e..9b2c13b48c485d327cd4817fdc301b293c98c70b 100644
--- a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
+++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
@@ -35,7 +35,6 @@ renewals are provided in the following table.
 |:------------------------------------------------------------|---------------:|-----------:|---------:|
 | `horse`                                                     | 100            | 10         | 30       |
 | `walrus`                                                    | 100            | 10         | 60       |
-| `beegfs`                                                    | 30             | 2          | 30       |
 {: summary="Settings for Workspace Filesystems."}
 
 !!! note
@@ -64,9 +63,8 @@ provides information which filesystem is available on which cluster.
     ```console
     marie@login.alpha$ ws_list -l
     available filesystems:
-    ssd
-    beegfs_global0
-    beegfs (default)
+    horse (default)
+    walrus
     ```
 
 === "Romeo"
@@ -74,7 +72,8 @@ provides information which filesystem is available on which cluster.
     ```console
     marie@login.romeo$ ws_list -l
     available filesystems:
-    horse
+    horse (default)
+    walrus
     ```
 
 !!! note "Default filesystem"