Show Table of Contents
13.4. Resizing a Partition
Warning
Do not attempt to resize a partition on a device that is in use.
Procedure 13.4. Resize a partition
- Before resizing a partition, boot into rescue mode (or unmount any partitions on the device and turn off any swap space on the device).
- Start
parted, where/dev/sdais the device on which to resize the partition:# parted /dev/sda - View the current partition table to determine the minor number of the partition to resize as well as the start and end points for the partition:
# print - To resize the partition, use the
resizecommand followed by the minor number for the partition, the starting place in megabytes, and the end place in megabytes.Example 13.2. Resize a partition
For example:resize 3 1024 2048Warning
A partition cannot be made larger than the space available on the device - After resizing the partition, use the
printcommand to confirm that the partition has been resized correctly, is the correct partition type, and is the correct file system type. - After rebooting the system into normal mode, use the command
dfto make sure the partition was mounted and is recognized with the new size.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.