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
29 addpart(8), delpart(8), fdisk(8), parted(8), partprobe(8), partx(8)
30
32 For bug reports, use the issue tracker at
33 https://github.com/karelzak/util-linux/issues.
34
36 The resizepart command is part of the util-linux package which can be
37 downloaded from Linux Kernel Archive
38 <https://www.kernel.org/pub/linux/utils/util-linux/>.
39
40
41
42util-linux 2.37.2 2021-06-02 RESIZEPART(8)