Other Articles
Manipulating images
Learn how to maniplate images
Disk Expansion
-
Access Troubleshooting Shell:
- During the boot-up process, access the troubleshooting shell.
-
Disk Resizing:
- Execute the following command to expand your disk using
qemu-img
: Use your actual diskname and the size
- Execute the following command to expand your disk using
-
Boot Up:
- Once the disk has been resized, proceed to boot up the system.
-
Partition and File System Expansion:
- After booting, follow these steps to expand the partitions:
-
Use
growpart
to extend the partition: -
Resize the file system with
resize2fs
:
-
- After booting, follow these steps to expand the partitions: