![]() | Warning |
|---|---|
Do not attempt to resize a partition on a device that is in use. |
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/hda is the device on which to resize the partition:
parted /dev/hda |
![]() | Warning |
|---|---|
The used space of the partition to resize must not be larger than the new size. |
To resize the partition, use the resize
resize 3 1024 2048 |
After resizing the partition, use the print command 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 df to make sure the partition was mounted and is recognized with the new size.
| Главная |