Skip to content

Commit aa16eeb

Browse files
authored
docs: Disk pass-through (#1183)
1 parent 70a92d3 commit aa16eeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,12 +329,12 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/windows/refs/heads/mas
329329

330330
### How do I pass-through a disk?
331331

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

334334
```yaml
335335
devices:
336336
- /dev/sdb:/disk1
337-
- /dev/sdc:/disk2
337+
- /dev/sdc1:/disk2
338338
```
339339

340340
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)