diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/barnard_test.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/barnard_test.md
index ed874ea4faa59d3ec6329f15f788a6326934a9ed..ea115cc462520ecd1b5e65fafd80e88bc5e229dd 100644
--- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/barnard_test.md
+++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/barnard_test.md
@@ -261,23 +261,32 @@ target filesystems.
 
     === "Source: old `/scratch`"
 
+        The old `scratch` filesystem is mounted at `/data/old/lustre/scratch2` on the datamover
+        nodes and the workspaces are within the subdirectories `ws/0` and `ws/1`, respectively. A
+        corresponding data transfer using `dtcopy` looks like
+
         ```console
-        marie@barnard$ dtcopy --recursive /data/horse/lustre/scratch2/0/marie-numbercrunch /data/walrus/ws/marie-numbercrunch
+        marie@barnard$ dtcopy --recursive /data/old/lustre/scratch2/ws/0/marie-numbercrunch /data/walrus/ws/marie-numbercrunch
         ```
 
     === "Source: old `/ssd`"
 
+        The old `ssd` filesystem is mounted at `/data/old/lustre/ssd` on the datamover nodes and the
+        workspaces are within the subdirectory `ws/`. A corresponding data transfer using `dtcopy`
+        looks like
+
         ```console
         marie@barnard$ dtcopy --recursive /data/old/lustre/ssd/ /data/walrus/ws/marie-numbercrunch
         ```
 
     === "Source: old `/beegfs`"
 
-        The old `beegfs` filesystem is mounted at `/data/old/beegfs` the datamover nodes. You need to
-        invoke a `dtcopy` command to transfer data to a workspace in `/data/walrus`, e.g.,
+        The old `beegfs` filesystem is mounted at `/data/old/beegfs` on the datamover nodes and the
+        workspaces are within the subdirectories `ws/0` and `ws/1`, respectively. A corresponding
+        data transfer using `dtcopy` looks like
 
         ```console
-        marie@barnard$ dtcopy --recursive /data/old/beegfs/ /data/walrus/ws/marie-numbercrunch
+        marie@barnard$ dtcopy --recursive /data/old/beegfs/ws/0/marie-numbercrunch /data/walrus/ws/marie-numbercrunch
         ```
 
 ??? "Migration from `/lustre/ssd` or `/beegfs`"