Skip to content

Commit 0c50a08

Browse files
authored
docs: Disk pass-through (#306)
1 parent d5c9b7a commit 0c50a08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -318,12 +318,12 @@ The example folder `./example` will be available as ` \\host.lan\Data`.
318318

319319
### How do I pass-through a disk?
320320

321-
It is possible to pass-through disk devices directly by adding them to your compose file in this way:
321+
It is possible to pass-through disk devices or partitions directly by adding them to your compose file in this way:
322322

323323
```yaml
324324
devices:
325325
- /dev/sdb:/disk1
326-
- /dev/sdc:/disk2
326+
- /dev/sdc1:/disk2
327327
```
328328

329329
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).

0 commit comments

Comments
 (0)