diff --git a/pages/linux/kpartx.md b/pages/linux/kpartx.md new file mode 100644 index 0000000000..141a32c677 --- /dev/null +++ b/pages/linux/kpartx.md @@ -0,0 +1,15 @@ +# kpartx + +> Create device maps from partition tables. + +- Add partition mappings: + +`kpartx -a {{whole_disk.img}}` + +- Delete partition mappings: + +`kpartx -d {{whole_disk.img}}` + +- List partition mappings: + +`kpartx -l {{whole_disk.img}}`