GNU Parted

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Bodhi-Baum (talk | contribs) at 09:39, 14 October 2019 (3.3). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

GNU Parted
Developer(s)Various
Stable release
3.3 / 11 October 2019; 4 years ago (2019-10-11)[1]
RepositoryGNU Parted Repository
Written inC
Operating systemLinux, GNU Hurd
TypePartition editor
LicenseGNU General Public License (version 3 or later)
Websitewww.gnu.org/software/parted/

GNU Parted (the name being the conjunction of the two words PARTition and 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, GNU Parted runs only under Linux and GNU/Hurd.[2]

Other front-ends

GParted uses GNU Parted in the backend

nparted is the newt-based frontend to GNU Parted.[3]

Projects have started for an ncurses frontend,[4] that also could be used in Windows (with GNUWin32 Ncurses).[5][citation needed]

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

Graphical front-ends

GParted and KDE Partition Manager are graphical programs using the parted libraries. They are adapted for GNOME and KDE respectively; two major desktop environments for Unix-like installations. They are often included as utilities on many live CD distributions to make partitioning easier. QtParted was another graphical front-end based on Qt that is no longer being actively maintained.

Pyparted[7] (also called python-parted)[8] is the Python front-end for GNU Parted.

Linux distributions that come with this application 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.[9]

See also

References

  1. ^ "parted.git - parted". Retrieved 14 October 2019.
  2. ^ GNU Parted supported platforms
  3. ^ Overview of nparted source package
  4. ^ cparted - ncurses interface in python/pyparted
  5. ^ Ncurses
  6. ^ SourceForge.net: fatresize
  7. ^ [1]
  8. ^ Ubuntu - Details of package python-parted in dapper
  9. ^ parted 3.0 release notes

External links