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 -f force creation of mappings; overrides 'no_partitions' feature
27
28 -g force GUID partition table (GPT)
29
30 -s sync mode. Don't return until the partitions are created
31
32 -v Operate verbosely
33
35 multipath(8) multipathd(8) hotplug(8)
36
38 This man page was assembled By Patrick Caulfield for the Debian
39 project. From documentation provided by the multipath author Christophe
40 Varoqui, <christophe.varoqui@free.fr> and others.
41
42
43
44
45 July 2006 KPARTX(8)