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 parti‐
14 tion" ioctl.
15
16 This command doesn't manipulate partitions on a block device.
17
18
20 device The disk device.
21
22 partition
23 The partition number.
24
25 length The new length of the partition (in 512-byte sectors).
26
27
29 addpart(8), delpart(8), fdisk(8), parted(8), partprobe(8), partx(8)
30
32 The resizepart command is part of the util-linux package and is avail‐
33 able from https://www.kernel.org/pub/linux/utils/util-linux/.
34
35
36
37util-linux January 2015 RESIZEPART(8)