]> git.ipfire.org Git - thirdparty/util-linux.git/blame - disk-utils/resizepart.8.adoc
Merge branch 'realloc' of https://github.com/t-8ch/util-linux
[thirdparty/util-linux.git] / disk-utils / resizepart.8.adoc
CommitLineData
295b3979 1//po4a: entry man manual
c6a568fc
MB
2////
3resizepart.8 -- man page for resizepart
4Copyright 2012 Vivek Goyal <vgoyal@redhat.com>
5Copyright 2012 Red Hat, Inc.
6May be distributed under the GNU General Public License
7////
8= resizepart(8)
9:doctype: manpage
10:man manual: System Administration
11:man source: util-linux {release-version}
12:page-layout: base
13:command: resizepart
14
15== NAME
16
17resizepart - tell the kernel about the new size of a partition
18
19== SYNOPSIS
20
21*resizepart* _device partition length_
22
23== DESCRIPTION
24
25*resizepart* tells the Linux kernel about the new size of the specified partition. The command is a simple wrapper around the "resize 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_length_::
299604dd 38The new length of the partition (in 512-byte sectors).
c6a568fc 39
2b2d3172
MB
40include::man-common/help-version.adoc[]
41
c6a568fc
MB
42== SEE ALSO
43
44*addpart*(8),
45*delpart*(8),
46*fdisk*(8),
47*parted*(8),
48*partprobe*(8),
49*partx*(8)
50
625e9c61 51include::man-common/bugreports.adoc[]
c6a568fc 52
625e9c61 53include::man-common/footer.adoc[]
c6a568fc
MB
54
55ifdef::translation[]
625e9c61 56include::man-common/translation.adoc[]
c6a568fc 57endif::[]