From 8cede3a318bc464f895dc2948adc9f7d94ec1f84 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 2 Oct 2024 09:25:06 +0200 Subject: [PATCH] docs: Disk pass-through (#185) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a1d0ae5..6cc36db 100644 --- a/readme.md +++ b/readme.md @@ -310,7 +310,7 @@ The example folder `/home/user/example` will be available as ` \\host.lan\Data`. - /dev/sdc:/disk2 ``` - Use `/disk1` if you want it to become your main drive, and use `/disk2` and higher to add them as secondary drives. + 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). ### How do I pass-through a USB device?