- Use your favorite ISO burning software (Roxio, Nero, etc.) to burn this file onto a CD. Put the CD into your CD drive. Restart the computer and it will probably boot into the gparted-livecd. If not, then restart your computer again and check your BIOS screen to see if it has boot options.
- How to Remove a Hard Drive Partition Using Gparted. If an operating system installation should fail you must remove the partition with the failed operating system. This will give room to try to install the operating system again.
See full list on diskpart.com. Oct 29, 2020 GParted is undoubtedly one of the best partition managers for Linux out there. The user interface is very simple and gets the job done. In some cases, you end up using GParted to fix or format your USB drive as well. I had a USB disk which I couldn’t format in Ubuntu using the “Disks” app – this is where GParted came to the rescue.
Developer(s) | GParted developers |
---|---|
Initial release | August 26, 2004; 16 years ago |
Stable release | 1.3.0 / May 3, 2021; 7 days ago[1] |
Repository | GParted Repository |
Written in | C++ (gtkmm), C[2] |
Operating system | Linux |
Type | Partition editor |
License | GNU General Public License |
Website | gparted.sourceforge.io gparted.org |
GParted (acronym of GNOME Partition Editor) is a GTK front-end to GNU Parted and an official GNOME partition-editing application (alongside Disks). GParted is used for creating, deleting, resizing, moving, checking, and copying disk partitions and their file systems. This is useful for creating space for new operating systems, reorganizing disk usage, copying data residing on hard disks, and mirroring one partition with another (disk imaging).
Background[edit]
GParted uses libparted to detect and manipulate devices and partition tables while several (optional) file system tools provide support for file systems not included in libparted. These optional packages will be detected at runtime and do not require a rebuild of GParted.
GParted is written in C++ and uses gtkmm to interface with GTK. The general approach is to keep the GUI as simple as possible and in conformity with the GNOME Human Interface Guidelines.
The GParted project provides a live operating system including GParted which can be written to a Live CD, a Live USB and other media.[3][4] The operating system is based on Debian. GParted is also available on other Linux live CDs, including recent versions of Puppy, Knoppix, SystemRescueCd and Parted Magic. GParted is preinstalled when booting from 'Try Ubuntu' mode on an Ubuntu installation media.
An alternative to this software is GNOME Disks.
Supported features[edit]
GParted supports the following operations on file systems (provided that all features were enabled at compile-time and all required tools are present on the system). The 'copy' field indicates whether GParted is capable of cloning the mentioned filesystem.[5]
Detect | Read | Create | Grow | Shrink | Move | Copy | Check | Label | UUID | |
---|---|---|---|---|---|---|---|---|---|---|
BitLocker | Yes | No | No | No | No | No | No | No | No | No |
Btrfs | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
crypt / LUKS[6] | Yes | Yes | No | Yes | Yes | Yes | Yes | No | No | No |
exFAT[7] | Yes | No | Yes | No | No | Yes | Yes | Yes | Yes | No |
ext2 | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
ext3 | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
ext4 | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
F2FS | Yes | Yes | Yes | Yes | No | Yes | Yes | Yes | No | No |
FAT16 | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
FAT32 | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
HFS | Yes | Yes | Yes | No | Yes | Yes | Yes | No | No | No |
HFS+ | Yes | Yes | Yes | No | Yes | Yes | Yes | Yes | No | No |
JFS | Yes | Yes | Yes | Yes | No | Yes | Yes | Yes | Yes | Yes |
swap | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | Yes | Yes |
LVM2 PV | Yes | Yes | Yes | Yes | Yes | Yes | No | Yes | No | No |
NILFS2 | Yes | Yes | Yes | Yes | Yes | Yes | Yes | No | Yes | Yes |
NTFS | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
ReFS | Yes | No | No | No | No | No | No | No | No | No |
Reiser4 | Yes | Yes | Yes | No | No | Yes | Yes | Yes | No | No |
ReiserFS | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
UDF | Yes | Yes | Yes | No | No | Yes | Yes | No | Yes | Yes |
UFS | Yes | No | No | No | No | Yes | Yes | No | No | No |
XFS | Yes | Yes | Yes | Yes | No | Yes | Yes | Yes | Yes | Yes |
ZFS | Yes | No | No | No | No | No | No | No | No | No |
Gparted Ui
Cloning with GParted[edit]
GParted is capable of cloning by copying and pasting. GParted is not capable of cloning an entire disk, but only one partition at a time. The file system being cloned should not be mounted. GParted clones partitions at the filesystem-level, and as a result is capable of cloning different target-size partitions for the same source, as long as the size of the source filesystem does not exceed the size of the target partition.[8]
See also[edit]
References[edit]
- ^'GParted 1.3.0'. 3 May 2021. Retrieved 7 May 2021.
- ^http://www.ohloh.net/p/32097
- ^'Gparted Live CD'. Retrieved 6 April 2013.
- ^A quick look at the GParted live CD | Linux.com | The source of Linux information
- ^'GParted Features'. Retrieved 2018-03-21.
- ^GParted — News Item 207
- ^GParted News Item 236
- ^'Gparted Manual: Copying and Pasting a Partition'.
External links[edit]
Wikimedia Commons has media related to GParted. |
- GParted at DistroWatch
Gparted Command Line
- Official website on SourceForge