Sodamhan.com

TL;DR

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

This document was created using the contents of the tldr project.