util-linux/disk-utils/resizepart.8.adoc

56 lines
1.1 KiB
Plaintext
Raw Normal View History

//po4a: entry man manual
2021-03-16 15:08:43 -05:00
////
resizepart.8 -- man page for resizepart
Copyright 2012 Vivek Goyal <vgoyal@redhat.com>
Copyright 2012 Red Hat, Inc.
May be distributed under the GNU General Public License
////
= resizepart(8)
:doctype: manpage
:man manual: System Administration
:man source: util-linux {release-version}
:page-layout: base
:command: resizepart
== NAME
resizepart - tell the kernel about the new size of a partition
== SYNOPSIS
*resizepart* _device partition length_
== DESCRIPTION
*resizepart* tells the Linux kernel about the new size of the specified partition. The command is a simple wrapper around the "resize partition" ioctl.
This command doesn't manipulate partitions on a block device.
== PARAMETERS
_device_::
2021-03-24 12:53:27 -05:00
The disk device.
2021-03-16 15:08:43 -05:00
_partition_::
2021-03-24 12:53:27 -05:00
The partition number.
2021-03-16 15:08:43 -05:00
_length_::
2021-03-24 12:53:27 -05:00
The new length of the partition (in 512-byte sectors).
2021-03-16 15:08:43 -05:00
== SEE ALSO
*addpart*(8),
*delpart*(8),
*fdisk*(8),
*parted*(8),
*partprobe*(8),
*partx*(8)
include::man-common/bugreports.adoc[]
2021-03-16 15:08:43 -05:00
include::man-common/footer.adoc[]
2021-03-16 15:08:43 -05:00
ifdef::translation[]
include::man-common/translation.adoc[]
2021-03-16 15:08:43 -05:00
endif::[]