1RESIZEPART(8) System Administration RESIZEPART(8)
2
3
4
6 resizepart - tell the kernel about the new size of a partition
7
9 resizepart device partition length
10
12 resizepart tells the Linux kernel about the new size of the specified
13 partition. The command is a simple wrapper around the "resize
14 partition" ioctl.
15
16 This command doesn’t manipulate partitions on a block device.
17
19 device
20 The disk device.
21
22 partition
23 The partition number.
24
25 length
26 The new length of the partition (in 512-byte sectors).
27
28 -h, --help
29 Display help text and exit.
30
31 -V, --version
32 Print version and exit.
33
35 addpart(8), delpart(8), fdisk(8), parted(8), partprobe(8), partx(8)
36
38 For bug reports, use the issue tracker at
39 https://github.com/util-linux/util-linux/issues.
40
42 The resizepart command is part of the util-linux package which can be
43 downloaded from Linux Kernel Archive
44 <https://www.kernel.org/pub/linux/utils/util-linux/>.
45
46
47
48util-linux 2.38.1 2022-05-11 RESIZEPART(8)