Jump to content

GParted: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
STBotD (talk | contribs)
m robot Adding: ca:GPartEd
m Corrected GParted version (it was previously a LiveCD version)
Line 4: Line 4:
| caption = Screenshot of GParted
| caption = Screenshot of GParted
| developer = GParted developers
| developer = GParted developers
| latest_release_version = 0.3.3-5
| latest_release_version = 0.3.3
| latest_release_date = [[16 February]], [[2007]]
| latest_release_date = [[December 6]], [[2006]]
| operating_system = [[Cross-platform]]
| operating_system = [[Cross-platform]]
| genre = [[Partition (computing)|Disk partitioning utility]]
| genre = [[Partition (computing)|Disk partitioning utility]]
Line 11: Line 11:
| website = [http://gparted.sourceforge.net/ gparted.sourceforge.net]
| website = [http://gparted.sourceforge.net/ gparted.sourceforge.net]
|}}
|}}

'''GParted''' is the [[GNOME]] Partition Editor application. It is used for creating, destroying, resizing, moving, checking and copying [[Partition (computing)|partitions]], and the [[file systems]] on them. 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).
'''GParted''' is the [[GNOME]] Partition Editor application. It is used for creating, destroying, resizing, moving, checking and copying [[Partition (computing)|partitions]], and the [[file systems]] on them. 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).


Line 178: Line 179:
{{GNOME-stub}}
{{GNOME-stub}}


[[Category:Partition managers]]
[[Category:GNOME]]
[[Category:GNOME]]
[[Category:Partition managers]]


[[ca:GPartEd]]
[[ca:GPartEd]]

Revision as of 18:24, 14 March 2007

GParted
Developer(s)GParted developers
Stable release
0.3.3 / December 6, 2006
Repository
Operating systemCross-platform
TypeDisk partitioning utility
LicenseGPL
Websitegparted.sourceforge.net

GParted is the GNOME Partition Editor application. It is used for creating, destroying, resizing, moving, checking and copying partitions, and the file systems on them. 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 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 as Graphical Toolkit. The general approach is to keep the GUI as simple as possible and in conformity with the Human Interface Guidelines.

There are also Live CD and Live USB versions available, based on Slackware and built on latest 2.6 Linux kernel. They are updated with each new GParted release. The Live USB version is identical to the Live CD except for some altered boot scripts.

This utility should not be confused with GNU Parted, the command line frontend utility published by the Free Software Foundation.

Supported features

GParted supports the following operations and file systems (provided that all features were enabled at compile-time and all required tools are present on the system):[1]

Detect Read Create Grow Shrink Move Copy Check
ext2 Yes Yes Yes Yes Yes Yes Yes Yes
ext3 Yes Yes Yes Yes Yes Yes Yes Yes
FAT16 Yes Yes Yes Yes Yes Yes Yes Yes
FAT32 Yes Yes Yes Yes Yes Yes Yes Yes
HFS Yes Yes Yes No Yes Yes Yes No
HFS+ Yes Yes No No Yes Yes Yes No
JFS Yes Yes Yes Yes No Yes Yes Yes
swap Yes No Yes Yes Yes Yes Yes No
NTFS Yes Yes Yes Yes Yes Yes Yes Yes
ReiserFS Yes Yes Yes Yes Yes Yes Yes Yes
Reiser4 Yes Yes Yes No No Yes Yes Yes
UFS Yes No No No No Yes Yes No
XFS Yes Yes Yes Yes Partial Yes Yes Yes

GParted does not support logical volume management (LVM) at present, although this feature has been requested[2] by many users and may be implemented in a future release.

See also