From d4167ed90af7772c3a2307ebade5e67d5fe1e659 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 3 Apr 2025 10:29:30 +0200 Subject: [PATCH] docs: Disk pass-through --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 56f1425..a6cb24d 100644 --- a/readme.md +++ b/readme.md @@ -318,12 +318,12 @@ The example folder `./example` will be available as ` \\host.lan\Data`. ### How do I pass-through a disk? - It is possible to pass-through disk devices directly by adding them to your compose file in this way: + It is possible to pass-through disk devices or partitions directly by adding them to your compose file in this way: ```yaml devices: - /dev/sdb:/disk1 - - /dev/sdc:/disk2 + - /dev/sdc1:/disk2 ``` Use `/disk1` if you want it to become your main drive (which will be formatted during installation), and use `/disk2` and higher to add them as secondary drives (which will stay untouched).