GParted: Difference between revisions
No edit summary Tags: Reverted Mobile edit Mobile web edit |
Guy Harris (talk | contribs) Update link and title. The current Open Hub page says it's mostly C++, and downloading the 1.6.0 source says it's right. |
||
(11 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
{{Short description|Partition editor}} |
{{Short description|Partition editor}} |
||
{{Cleanup bare URLs|date=August 2022}} |
|||
{{Primary sources|date=July 2021}} |
{{Primary sources|date=July 2021}} |
||
{{Infobox software |
{{Infobox software |
||
Line 23: | Line 22: | ||
|discontinued = |
|discontinued = |
||
|repo = {{URL|https://gitlab.gnome.org/GNOME/gparted/|GParted Repository}} |
|repo = {{URL|https://gitlab.gnome.org/GNOME/gparted/|GParted Repository}} |
||
|programming language = [[C++]] ([[gtkmm]]) |
|programming language = [[C++]] ([[gtkmm]])<ref>{{Cite web |url=https://openhub.net/p/gparted_grapical |title= |
||
The GParted Open Source Project on Open Hub |access-date=2024-12-17}}</ref> |
|||
|operating system = [[Linux]] |
|operating system = [[Linux]] |
||
|size = |
|size = |
||
Line 31: | Line 31: | ||
|genre = [[Partition editor]] |
|genre = [[Partition editor]] |
||
|license = [[GNU General Public License|GPL-2.0-or-later]] |
|license = [[GNU General Public License|GPL-2.0-or-later]] |
||
|website = {{URL| |
|website = {{URL|gparted.org}} |
||
}} |
}} |
||
'''GParted''' (acronym of '''GNOME |
'''GParted''' (acronym of '''GNOME''' '''Part'''ition '''Ed'''itor) is a [[GTK]] front-end to [[GNU Parted]] and an official [[GNOME]] partition-editing application (alongside [[GNOME Disks|Disks]]). GParted is used for creating, deleting,<ref>{{Cite web |last=Carias Stas |first=Chris Patrick |date=2021-04-20 |title=How to Delete Partitions in Linux [Using fdisk and GParted] |url=https://itsfoss.com/delete-partition-linux/ |access-date=2022-08-17 |website=It's FOSS}}</ref> resizing,<ref>{{Cite web |last=Hoffman |first=Chris |date=2022-08-12 |title=How to Enlarge a Virtual Machine's Disk in VirtualBox or VMware |url=https://www.howtogeek.com/124622/how-to-enlarge-a-virtual-machines-disk-in-virtualbox-or-vmware/ |access-date=2022-08-17 |website=How-To Geek}}</ref> moving, checking, and copying [[Partition (computing)|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). It can also be used to format a USB drive.<ref>{{Cite web |last=Trevor |first=Bekolay |date=2010-05-11 |title=How to Format a USB Drive in Ubuntu Using GParted |url=https://www.howtogeek.com/howto/17001/how-to-format-a-usb-drive-in-ubuntu-using-gparted/ |access-date=2022-08-17 |website=How-To Geek}}</ref> |
||
David Russell: I've been formatting computers since 1995! There are other format systems like fdisk,buy as I've been installing Linux's with different partition software, none including the older versions of gparted copy your data from the older to the newer partitions ! Or other drived! |
|||
That is copy on write software like " Partition Magic" which was out back in 04. |
|||
Most just create partitions,gedit or gparted do the same,can create or shrink,delet(destroy all data!)or create a new partition to install Linux on. |
|||
Also there is "cfdisk",a very ez to comprehend disk editor and "gdisk",which is a bit harder to edit with! |
|||
Unless the newest version include a copy on write softwarr,this does not copy your old data to a new partition on either the same drive or a new one. |
|||
All that being said,I pondered what software is buried in the bios to do "raid drives" which is not exposed to my knowledge! |
|||
Fedora core uses there own fdisk software,and can create volume drives out of two harddisks or more,but be warned, it's hard to delete them,I've had trouble getting fedora core 8 to break its volume drive! |
|||
You can download an iso gparted,that has a basic desktop based solely on partitiononing drives! |
|||
== Background == |
== Background == |
||
Line 386: | Line 377: | ||
{{reflist|30em}} |
{{reflist|30em}} |
||
==External links== |
|||
{{commons category|GParted}} |
{{commons category|GParted}} |
||
* {{Official website}} |
|||
{{GTK}} |
{{GTK}} |
Latest revision as of 21:22, 17 December 2024
Developer(s) | GParted developers |
---|---|
Initial release | August 26, 2004 |
Stable release | 1.6.0[1]
/ 26 February 2024 |
Repository | GParted Repository |
Written in | C++ (gtkmm)[2] |
Operating system | Linux |
Type | Partition editor |
License | GPL-2.0-or-later |
Website | gparted |
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,[3] resizing,[4] 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). It can also be used to format a USB drive.[5]
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 supports the following filesystems: Ext2, Ext3, Ext4, FAT16, FAT32, HFS, HFS+, JFS, Linux-swap, ReiserFS, Reiser4, UFS, XFS, and NTFS.[6][7]
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.[8] The operating system is based on Debian. GParted is also available on other Linux live CDs, including recent versions of Puppy, Knoppix, SystemRescueCd[9] 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.[7]
Detect | Read | Create | Grow | Shrink | Move | Copy | Check | Label | UUID | |
---|---|---|---|---|---|---|---|---|---|---|
APFS | Yes | No | No | No | No | Yes | Yes | No | No | No |
BitLocker | Yes | No | No | No | No | Yes | Yes | No | No | No |
Btrfs | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
crypt / LUKS[10] | Yes | Yes | No | Yes | Yes | Yes | Yes | No | No | No |
exFAT[11] | Yes | Yes | Yes | No | No | Yes | Yes | Yes | Yes | Yes |
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 | Yes | Yes | 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 | Yes | Yes | No | No | No |
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.[12]
See also
[edit]- Comparison of disk cloning software
- GNU Parted
- GNU GRUB
- KDE Partition Manager
- List of disk partitioning software
- Partition (computing)
References
[edit]- ^ "GParted 1.6.0". 26 February 2024. Retrieved 26 February 2024.
- ^ "The GParted Open Source Project on Open Hub". Retrieved 2024-12-17.
- ^ Carias Stas, Chris Patrick (2021-04-20). "How to Delete Partitions in Linux [Using fdisk and GParted]". It's FOSS. Retrieved 2022-08-17.
- ^ Hoffman, Chris (2022-08-12). "How to Enlarge a Virtual Machine's Disk in VirtualBox or VMware". How-To Geek. Retrieved 2022-08-17.
- ^ Trevor, Bekolay (2010-05-11). "How to Format a USB Drive in Ubuntu Using GParted". How-To Geek. Retrieved 2022-08-17.
- ^ Timme, Falko. "Modify Your Partitions With GParted Without Losing Data". Retrieved 2022-08-17.
- ^ a b "GParted Features". Retrieved 2018-03-21.
- ^ Brockmeier, Joe (2006-05-18). "A quick look at the GParted live CD". linux.com. Retrieved 2022-08-17.
- ^ "SystemRescue - Standard partitioning tools". SystemRescue website. Retrieved 2022-08-17.
- ^ GParted — News Item 207
- ^ GParted News Item 236
- ^ "Gparted Manual: Copying and Pasting a Partition".