From 08555829e28e190e3c1324727039a558c5e53787 Mon Sep 17 00:00:00 2001 From: DatuX Date: Thu, 28 Sep 2023 11:13:32 +0200 Subject: [PATCH] Updated Mounting (markdown) --- Mounting.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Mounting.md b/Mounting.md index 076a639..33a8f5c 100644 --- a/Mounting.md +++ b/Mounting.md @@ -41,8 +41,7 @@ backup/pool/sub1/sub2 /pool/sub1/sub2 ``` This means the following mount-point directories are needed: -* The root filesystem has a directory named `backup` -* Dataset `backup` has a directory named `pool` +* The root filesystem has a directory named `pool` * Dataset `backup/pool` has a directory named `sub1/sub2` ! So `sub2` will be created in `sub1`, thus modifying the dataset!