1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00
tldr/pages/linux/kpartx.md
2021-09-02 20:33:49 +02:00

16 lines
284 B
Markdown

# kpartx
> Create device maps from partition tables.
> More information: <https://manned.org/kpartx>.
- Add partition mappings:
`kpartx -a {{whole_disk.img}}`
- Delete partition mappings:
`kpartx -d {{whole_disk.img}}`
- List partition mappings:
`kpartx -l {{whole_disk.img}}`