Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
GNU Parted
Package for creating and manipulating disk partition tables; includes a library and command-line utility

GNU Parted (from GNU partition editor) is a free partition editor, used for creating and deleting partitions. This is useful for creating space for new operating systems, reorganising hard disk usage, copying data between hard disks, and disk imaging. It was written by Andrew Clausen and Lennert Buytenhek.

It consists of a library, libparted, and a command-line front-end, parted, that also serves as a reference implementation.

Currently[update], GNU Parted runs only under Linux and GNU/Hurd.

We don't have any images related to GNU Parted yet.
We don't have any YouTube videos related to GNU Parted yet.
We don't have any PDF documents related to GNU Parted yet.
We don't have any Books related to GNU Parted yet.
We don't have any archived web articles related to GNU Parted yet.

Other front-ends

Text-based

nparted is the newt-based frontend to GNU Parted.2

Projects have started for an ncurses frontend,3 that also could be used in Windows (with GNUWin32 Ncurses).4

fatresize offers a command-line interface for FAT16/FAT32 non-destructive resize and uses the GNU Parted library.5

tparted is the TV/FV-based frontend for GNU Parted.6

Graphical front-ends

GParted is a graphical program using the parted libraries. It is adapted for GNOME, one of the two major desktop environments (the other being KDE) for Unix-like installations. It is often included as utility on many live CD distributions to make partitioning easier.

KDE Partition Manager is a Qt graphical program, also included on many live CD distributions, which made use of parted libraries; anyway, in version 4.0 its backend, KPMcore, was ported away from libparted to sfdisk.7 QtParted was another graphical front-end based on Qt that is no longer being actively maintained.

Pyparted8 (also called python-parted)9 is the Python front-end for GNU Parted.

Linux distributions that come with parted by default include Slackware, Knoppix, sidux, SystemRescueCD, and Parted Magic.

Limitations

Parted previously had support for operating on filesystems within partitions (creating, moving, resizing, copying). This support was removed in version 3.0.10

See also

  • Free and open-source software portal

References

  1. GNU Parted supported platforms https://www.gnu.org/software/parted/manual/parted.html#Supported-Platforms

  2. Overview of nparted source package http://packages.qa.debian.org/n/nparted.html

  3. cparted - ncurses interface in python/pyparted https://github.com/davekong/cparted

  4. Ncurses http://gnuwin32.sourceforge.net/packages/ncurses.htm

  5. SourceForge.net: fatresize http://sourceforge.net/projects/fatresize/

  6. github.com: tparted https://github.com/Kagamma/tparted

  7. "KDE Partition Manager 4.0". stikonas.eu. Retrieved 2024-01-11. https://stikonas.eu/wordpress/2019/05/02/kde-partition-manager-4-0/

  8. pyparted – Python bindings for GNU parted (libparted) github page https://github.com/dcantrell/pyparted

  9. python-parted package in Ubuntu dapper http://packages.ubuntu.com/dapper/python-parted

  10. parted 3.0 release notes http://savannah.gnu.org/forum/forum.php?forum_id=6837