> ## Content Index
> Fetch the complete content index at: https://blog.alphavps.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# How to use GParted for partition modification on a KVM VPS
- URL: https://blog.alphavps.com/how-to-create-or-extend-a-partition-on-a-kvm-based-vm/
- Published: 2023-07-31T12:21:00.000Z
- Updated: 2026-04-20T08:01:07.000Z
- Author: Vladislav Peev
- Tags: Tutorials, Linux Basics, AlphaVPS Platform

GParted stands for GNOME Partition Editor. It is a free disk partitioning tool allowing users to manage and modify disk partitions. GParted is commonly used for creating, resizing, moving, and deleting partitions.

This tutorial will show you how to extend your partition or create an entirely new one via a GParted Live CD.

💡

ISO files are supported only on services, which are based on the KVM virtualization platform /or dedicated servers, of course/.KVM services are virtual machines, which acts as independent computer within a physical host node. These services require partition interaction after upgrading their storage space.

---

## Mounting the ISO

If you have an active KVM service from AlphaVPS, such as our [EPYC](https://alphavps.com/high-performance-vps.html?ref=blog.alphavps.com) and [RYZEN](https://alphavps.com/ryzen-vps.html?ref=blog.alphavps.com) lines, the dashboard in your clients' area panel will provide you with the options to change the boot order and mount an ISO.

Navigate to your dashboard and scroll down to the actions section.

![](https://blog.alphavps.com/content/images/2023/07/gparted14.jpg)

Change the Boot Order to `CD-ROM 1st/HDD 2nd` or `CD-ROM`.

![](https://blog.alphavps.com/content/images/2023/07/gparted15.jpg)

Click the ISO button.

![](https://blog.alphavps.com/content/images/2023/07/gparted16.jpg)

Select the `Gparted Live` CD and mount it.  
Once this is done, you will need to shut down your VPS and boot it back again.  
Open the console from the `noVNC Console` button and proceed with the ISO itself.

---

## Application startup

After the ISO is mounted and booted, you can proceed through Gparted's multiple prompts. If you do not have any specific requirements, simply press `Enter` to continue.

![](https://blog.alphavps.com/content/images/2023/07/gp1-1.jpg)

![](https://blog.alphavps.com/content/images/2023/07/gp3.jpg)

![](https://blog.alphavps.com/content/images/2023/07/gparted4.jpg)

---

## Partition modification

Once GParted is all up and running, you will be presented with a summary of your partitions. The presented table should look similar to the image below.

![](https://blog.alphavps.com/content/images/2023/07/gparted5-1.jpg)

The `unallocated` space displays the amount of storage space, which your VPS resources were upgraded with. You can either create a new partition or extend an existing one.

By default, if no custom partitioning was previously performed, your VPS will have a `linux-swap` partition. If you want to extend your main partition, which in our case is `/dev/vda2`, we will need to move `linux-swap` to the back of our partition table. Select it as shown in the images below.

![](https://blog.alphavps.com/content/images/2023/07/gparted6.jpg)

Click on the `Partition` button in the navbar and select `Resize/Move`.

![](https://blog.alphavps.com/content/images/2023/08/gparted-new1.jpg)

Move the `swap` partition to the back of the partition table as shown below. You can drag its position to the back, but make sure that you do not extend it.

![](https://blog.alphavps.com/content/images/2023/07/gparted7.jpg)

Click `Resize/Move` and you will be presented with an updated summary of the table.

![](https://blog.alphavps.com/content/images/2023/07/gparted8.jpg)

Proceed with the same steps for your `/dev/vda2` partition, but instead of moving the partition, extend it with all the available unallocated space.

![](https://blog.alphavps.com/content/images/2023/07/gparted10.jpg)

Confirm all performed actions and apply them.

![](https://blog.alphavps.com/content/images/2023/08/gparted-new2.jpg)

![](https://blog.alphavps.com/content/images/2023/07/gparted12.jpg)

![](https://blog.alphavps.com/content/images/2023/07/gparted13.jpg)

Wait for the process to complete and do not interrupt it by all means.

![](https://blog.alphavps.com/content/images/2023/08/gparted-new3.jpg)

Once ready, exit the application and unmount the ISO from the VPS.  
Change your boot order back to normal `HDD 1st/CD-ROM 2nd` or `HDD only`.