GParted


GParted is a GTK front-end to GNU Parted and an official GNOME partition-editing application. 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.

Background

GParted uses libparted to detect and manipulate devices and partition tables while several 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. The operating system is based on Debian GNU/Linux. GParted is also available on other GNU/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 Disks.

Supported features

GParted supports the following operations on file systems. The 'copy' field indicates whether GParted is capable of cloning the mentioned filesystem.
DetectReadCreateGrowShrinkMoveCopyCheckLabelUUID
BitLocker
Btrfs
crypt / LUKS
exFAT
ext2
ext3
ext4
F2FS
FAT16
FAT32
HFS
HFS+
JFS
swap
LVM2 PV
NILFS2
NTFS
ReFS
Reiser4
ReiserFS
UDF
UFS
XFS
ZFS

Cloning with GParted

GParted is capable of cloning by using the mouse gesture of copy and paste.
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.