Create Device Maps - kpartx Partition Tool | Online Free DevTools by Hexmos

Create device maps with kpartx, a powerful command-line partition tool for Linux. Manage disk partitions efficiently. Free online tool, no registration required.

kpartx

Create device maps from partition tables. More information: https://manned.org/kpartx.

  • Add partition mappings and print created mappings:

kpartx -av {{whole_disk.img}}

  • Delete partition mappings:

kpartx -d {{whole_disk.img}}

  • List partition mappings:

kpartx -l {{whole_disk.img}}