Fixup strip trailing whitespaces for getuid return value
[platform/upstream/multipath-tools.git] / kpartx / kpartx.8
1 .TH KPARTX 8 "July 2006" "" "Linux Administrator's Manual"
2 .SH NAME
3 kpartx \- Create device maps from partition tables
4 .SH SYNOPSIS
5 .B kpartx
6 .RB [\| \-a\ \c
7 .BR |\ -d\ |\ -l \|]
8 .RB [\| \-v \|]
9 .RB wholedisk
10 .SH DESCRIPTION
11 This tool, derived from util-linux' partx, reads partition
12 tables on specified device and create device maps over partitions 
13 segments detected. It is called from hotplug upon device maps 
14 creation and deletion.
15 .SH OPTIONS
16 .TP
17 .B \-a
18 Add partition mappings
19 .TP
20 .B \-d
21 Delete partition mappings
22 .TP
23 .B \-l
24 List partition mappings that would be added -a
25 .TP
26 .B \-p
27 set device name-partition number delimiter
28 .TP
29 .B \-f
30 force creation of mappings; overrides 'no_partitions' feature
31 .TP
32 .B \-g
33 force GUID partition table (GPT)
34 .TP
35 .B \-v
36 Operate verbosely
37 .SH "SEE ALSO"
38 .BR multipath (8)
39 .BR multipathd (8)
40 .BR hotplug (8)
41 .SH "AUTHORS"
42 This man page was assembled By Patrick Caulfield
43 for the Debian project. From documentation provided
44 by the multipath author Christophe Varoqui, <christophe.varoqui@opensvc.com> and others.
45