
If you have ever tried to give a second life to a hard drive, install another operating system or simply reorganize the storage of your team, you have surely encountered the challenge of partitions. GParted It is one of those essential tools when it comes to forma tear, delete or, most importantly, create a new partition table on your disk.
Many users wonder how to perform these steps without complications or unpleasant surprises, especially if their experience with partitioners doesn't go beyond the installer wizards. In this guide, I'll teach you absolutely everything you need to know to create a new partition table in GParted, from the very beginning, without forgetting any details.
What is GParted and why is it so useful?

GParted, short for GNOME Partition Editor, is a free and cross-platform graphical editor for managing partitions and partition tables on hard drives and other storage devices. You can use it on both Linux as through a Live CD or Live USB, perfect for when you need to act from outside the operating system.
This program easily detects different types of disks, from traditional HDDs to SSD, whether internal, external, SATA, IDE, SCSI, or USB. Its strong point is its ease of use and the ability to plan changes before applying anything, so you can configure the entire structure you want before pressing the final button. Don't worry if the window seems overwhelming the first time you open it, it's actually all designed to be visual and intuitive..
Preparations before getting started with the partitions
Before doing anything, it's a good idea to be clear about what you need. For example, if you're going to reinstall the operating system, if you want to keep your data, or if you need compatibility between Windows and Linux. GParted does not make changes until you confirm all pending actions. so you can explore fearlessly and plan on paper everything you want to do.
It is important to note that to modify a partition table, the affected unit it does not have to be mountedIn most cases, if you launch GParted from a live CD or another system not on that disk, you won't have any problems. If you try to modify the partition where your system is installed and it's in use, it will not be possible.
Getting Started: How to Install and Start GParted
On many Linux distributions, GParted does not come pre-installed. You can easily install it from the appropriate software center or by opening a terminal and running:
sudo apt install gparted
Once you have it, just search for it by name or open it from: Home > System > GPartedIf you're prompted for an administrator password, enter it to access disk management.
Understanding the GParted Window
The main interface is divided into several areas:
- Disc selection: A drop-down menu in the top right corner to choose the disk you want to modify.
- Partition bar graph: Visual representation of all current partitions on the selected disk, including free, occupied, and unallocated space color-coded by file system.
- Detailed list of partitions: Just below, with data such as name, file system, size, used and free space, etc.
- List of pending actions: Here you can see all the operations you have in the queue before applying the changes.
- Apply changes button: Until you press it, no changes are made to the disk.
When should a new partition table be created?
The partition table is the basis on which all disk partitions are based.If the disk is empty, if you see an error about the partition table, or if you need to change the type (for example, from MBR/MSDOS to GPT for large drives or UEFI systems), you must first create a new table. GParted will warn you with clear messages if there are any problems with the existing one and will automatically suggest creating a new one.
Some typical circumstances where you might need it:
- Uninitialized or previously erased disks.
- Global file system change.
- Serious errors in the partition table.
- Mounting a disk for dual installation OS.
How to create a new partition table in GParted
Let's get to the point: Creating a new partition table with GParted is a simple process, but you have to do it wisely. because it erases all data on the disk. Here are the detailed steps:
- Select the disk to modify in the device drop-down menu at the top right.
- Open the "Device" menu and choose Create partition table.
- A warning window will appear. Read it carefully, because This will completely erase the disk selected.
- Select the partition table type that you need. It is usually msdos (MBR, classic and compatible with Windows or older systems) or GPT (recommended for large, modern disks or systems with UEFI).
- Press the confirm button and then apply the changes using the corresponding button.
From this moment on, you will have the entire disk as unallocated space ready to create new partitions to your liking.
Creating partitions after initializing the table
Now that you have the table, it's time create new partitionsYou can do this in several ways, depending on your intended use. For example:
- To install an operating system like Windows, create a primary partition NTFS.
- For Linux, it is usual to create an ext4 partition and, optionally, a swap partition.
- If you need more than four partitions, you'll need to create an extended partition and then add logical partitions within it.
Detailed steps:
- Select the “unallocated” space in the bar graph.
- Right click and select “New”.
- Adjust the size, type (primary, extended) and file system (NTFS, ext4, FAT32, etc.).
- You can put a label recognizable (e.g., “System,” “Data,” “Linux,” etc.).
- Click “Add” to schedule the creation.
- Repeat the process for each partition you need.
Remember that all of these steps are still "virtual" and won't be applied until you click the Apply Changes button. This way, you can safely review your settings before running anything on the disk.
Common partitioning configurations
Depending on your needs, you can set up different partition combinations after creating the table. Here are some examples:
- Windows only: A primary NTFS partition that spans the entire disk.
- Windows + Linux dual system: NTFS partition for Windows, ext4 partition for Linux, swap partition, and if necessary, a compatible data partition (NTFS or FAT32).
- Advanced Linux: ext4 for root (/), another for /home, swap and, if you need it, a separate data partition.
Remember, you can't have more than four primary partitions on disks with an MSDOS table. If you need more, use an extended one as a container for the logical ones.
Practical tips, warnings and user tricks
Managing partitions has its tricks, and a single click can leave you without data if you're not careful. Some essential recommendations:
- Always make a backup of important information before touching anything.
- Read warning messages carefully, especially when creating or deleting partition tables.
- If you're unsure which file system to choose, consider compatibility: FAT32 for cross-system use, NTFS if you're only using Windows, ext4 for Linux.
- La swap partition It is usually optional on modern computers with enough RAM, but recommended for portable and low-performance systems.
- Leave some free space between partitions if you want flexibility for future changes.
- Whenever possible, label partitions with clear names for easy identification.
GParted lets you preview all operations before executing them, and if there are any errors, it usually warns you before anything serious happens. Patience is key if you are working with large disks, as operations can take minutes..
What to do after creating partitions
Once you've applied the changes with the corresponding button, your partitions are ready to be used by the operating system you want to install. If you're preparing the disk for a Linux installation, for example, the installer will automatically recognize the space and let you select the partitions you just created.
Passionate writer about the world of bytes and technology in general. I love sharing my knowledge through writing, and that's what I'll do on this blog, show you all the most interesting things about gadgets, software, hardware, tech trends, and more. My goal is to help you navigate the digital world in a simple and entertaining way.