mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 23:02:07 +02:00
284 B
284 B
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}}