mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-12 09:55:54 +02:00
kpartx: add verbose output to example (#17496)
This commit is contained in:
parent
73f3ad52d8
commit
d4f6b4d123
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@
|
||||||
> Create device maps from partition tables.
|
> Create device maps from partition tables.
|
||||||
> More information: <https://manned.org/kpartx>.
|
> More information: <https://manned.org/kpartx>.
|
||||||
|
|
||||||
- Add partition mappings:
|
- Add partition mappings and print created mappings:
|
||||||
|
|
||||||
`kpartx -a {{whole_disk.img}}`
|
`kpartx -av {{whole_disk.img}}`
|
||||||
|
|
||||||
- Delete partition mappings:
|
- Delete partition mappings:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue