diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:10:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:10:49 +0000 |
commit | cfe5e3905201349e9cf3f95d52ff4bd100bde37d (patch) | |
tree | d0baf160cbee3195249d095f85e52d20c21acf02 /disk-utils/resizepart.8.adoc | |
parent | Initial commit. (diff) | |
download | util-linux-cfe5e3905201349e9cf3f95d52ff4bd100bde37d.tar.xz util-linux-cfe5e3905201349e9cf3f95d52ff4bd100bde37d.zip |
Adding upstream version 2.39.3.upstream/2.39.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'disk-utils/resizepart.8.adoc')
-rw-r--r-- | disk-utils/resizepart.8.adoc | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/disk-utils/resizepart.8.adoc b/disk-utils/resizepart.8.adoc new file mode 100644 index 0000000..b07680b --- /dev/null +++ b/disk-utils/resizepart.8.adoc @@ -0,0 +1,57 @@ +//po4a: entry man manual +//// +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_:: +The disk device. + +_partition_:: +The partition number. + +_length_:: +The new length of the partition (in 512-byte sectors). + +include::man-common/help-version.adoc[] + +== SEE ALSO + +*addpart*(8), +*delpart*(8), +*fdisk*(8), +*parted*(8), +*partprobe*(8), +*partx*(8) + +include::man-common/bugreports.adoc[] + +include::man-common/footer.adoc[] + +ifdef::translation[] +include::man-common/translation.adoc[] +endif::[] |