]> git.ipfire.org Git - thirdparty/util-linux.git/blame - disk-utils/addpart.8.adoc
unshare: make sure map_range.next is initialized [coverity scan]
[thirdparty/util-linux.git] / disk-utils / addpart.8.adoc
CommitLineData
295b3979 1//po4a: entry man manual
c6a568fc
MB
2////
3addpart.8 -- man page for addpart
4Copyright 2007 Karel Zak <kzak@redhat.com>
5Copyright 2007 Red Hat, Inc.
6May be distributed under the GNU General Public License
7////
8= addpart(8)
9:doctype: manpage
10:man manual: System Administration
11:man source: util-linux {release-version}
12:page-layout: base
13:command: addpart
14
15== NAME
16
17addpart - tell the kernel about the existence of a partition
18
19== SYNOPSIS
20
21*addpart* _device partition start length_
22
23== DESCRIPTION
24
25*addpart* tells the Linux kernel about the existence of the specified partition. The command is a simple wrapper around the "add partition" ioctl.
26
27This command doesn't manipulate partitions on a block device.
28
29== PARAMETERS
30
31_device_::
299604dd 32The disk device.
c6a568fc
MB
33
34_partition_::
299604dd 35The partition number.
c6a568fc
MB
36
37_start_::
299604dd 38The beginning of the partition (in 512-byte sectors).
c6a568fc
MB
39
40_length_::
299604dd 41The length of the partition (in 512-byte sectors).
c6a568fc 42
2b2d3172
MB
43include::man-common/help-version.adoc[]
44
c6a568fc
MB
45== SEE ALSO
46
47*delpart*(8),
48*fdisk*(8),
49*parted*(8),
50*partprobe*(8),
51*partx*(8)
52
625e9c61 53include::man-common/bugreports.adoc[]
c6a568fc 54
625e9c61 55include::man-common/footer.adoc[]
c6a568fc
MB
56
57ifdef::translation[]
625e9c61 58include::man-common/translation.adoc[]
c6a568fc 59endif::[]