1KPARTX(8) Linux Administrator's Manual KPARTX(8)
2
3
4
6 kpartx - Create device maps from partition tables
7
9 kpartx [-a | -d | -l] [-v] wholedisk
10
12 This tool, derived from util-linux' partx, reads partition tables on
13 specified device and create device maps over partitions segments
14 detected. It is called from hotplug upon device maps creation and dele‐
15 tion.
16
18 -a Add partition mappings
19
20 -d Delete partition mappings
21
22 -l List partition mappings that would be added -a
23
24 -p set device name-partition number delimiter
25
26 -g force GUID partition table (GPT)
27
28 -v Operate verbosely
29
31 multipath(8) multipathd(8) hotplug(8)
32
34 This man page was assembled By Patrick Caulfield for the Debian
35 project. From documentation provided by the multipath author Christophe
36 Varoqui, <christophe.varoqui@free.fr> and others.
37
38
39
40
41 July 2006 KPARTX(8)