From 902bafbd0c2297dd31c698f8564666a12bd0de23 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 16 Mar 2025 06:40:38 +0100 Subject: [PATCH] docs: Readme (#928) --- readme.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 8076cd4..025d94e 100644 --- a/readme.md +++ b/readme.md @@ -134,11 +134,8 @@ kubectl apply -f https://raw.githubusercontent.com/vdsm/virtual-dsm/refs/heads/m - /dev/disk/by-uuid/12345-12345-12345-12345-12345:/disk2 ``` - Make sure to bind the disk via its UUID (obtainable via `lsblk -o name,uuid`) instead of its name (`/dev/sdc`), to prevent ever binding the wrong disk when the drive letters happen to change. - -> [!IMPORTANT] -> The device needs to be totally empty (without any partition table) otherwise DSM does not always format it into a volume. - + The device needs to be totally empty (without any partition table) otherwise DSM does not always format it into a volume. Make sure to bind the disk via its UUID (obtainable via `lsblk -o name,uuid`) instead of its name (`/dev/sdc`), to prevent ever binding the wrong disk when the drive letters happen to change. + > [!CAUTION] > Do NOT use this feature with the goal of sharing files from the host, they will all be lost without warning when DSM creates the volume.