You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -318,12 +318,12 @@ The example folder `./example` will be available as ` \\host.lan\Data`.
318
318
319
319
### How do I pass-through a disk?
320
320
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:
322
322
323
323
```yaml
324
324
devices:
325
325
- /dev/sdb:/disk1
326
-
- /dev/sdc:/disk2
326
+
- /dev/sdc1:/disk2
327
327
```
328
328
329
329
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