From d237e5b9e66ccb4c2047dd19b2cde2f022002fed Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 15 Jan 2024 11:54:57 +0100 Subject: [PATCH] docs: Disk passthrough (#570) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 475b21f3..7aa14bfd 100644 --- a/readme.md +++ b/readme.md @@ -202,7 +202,7 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti - /dev/sdb ``` - Please beware that any existing data on the device will be wiped, as DSM will format its partition table during first use. So do NOT passthrough devices containing valueable data. + Please note that the device needs to be totally empty (without any partition tables) in order for DSM to format it to a volume. Do not supply disks containing existing data. * ### How do I install a specific version of vDSM?