summaryrefslogtreecommitdiffstats
path: root/disk-utils/resizepart.8.adoc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:30:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:30:35 +0000
commit378c18e5f024ac5a8aef4cb40d7c9aa9633d144c (patch)
tree44dfb6ca500d32cabd450649b322a42e70a30683 /disk-utils/resizepart.8.adoc
parentInitial commit. (diff)
downloadutil-linux-378c18e5f024ac5a8aef4cb40d7c9aa9633d144c.tar.xz
util-linux-378c18e5f024ac5a8aef4cb40d7c9aa9633d144c.zip
Adding upstream version 2.38.1.upstream/2.38.1upstream
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.adoc57
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::[]