kpartx: add page (#2947)

This commit is contained in:
sedrubal
2019-05-01 17:29:08 +02:00
committed by Owen Voke
parent c03137946c
commit dbf4e99796

15
pages/linux/kpartx.md Normal file
View File

@@ -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}}`