GNU Parted

From Wikipedia, the free encyclopedia

GNU Parted
Developed by Various
Latest release 1.8.8 / 2007-08-10
OS Linux
Genre Disk partitioning
License GPL
Website gnu.org/software/parted/

GNU Parted is a program for creating, destroying, resizing, checking, and copying partitions, and the file systems on them. 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 frontend, parted, that also serves as reference implementation.

Currently, Parted runs only under Linux, GNU/Hurd, FreeBSD and BeOS.

Contents

[edit] Other frontends

nparted is the newt-based front end to GNU parted. [1]

There are projects for an Ncurses frontend,[citation needed] that also could be used in Windows (with GNUWin32 Ncurses).[2][citation needed]

fatresize is a command-line interface for FAT16/FAT32 non-destructive resize. [3]

[edit] Graphical frontends

GParted and QtParted are graphical programs using the parted libraries. They are adapted for GTK+ and Qt, respectively, two major freedesktop.org environments for Linux and Hurd installations. They are often included as utilities on many live CD distributions to make partitioning easier.

Pyparted [4] (also called python-parted[5]) is the Python frontend for GNU Parted.

Some Linux distributions that come with this application are Knoppix, sidux, SystemRescueCd and PartedMagic [6].

[edit] Limitations

Parted has some limitations. One of them is that it cannot resize NTFS partitions without external tools, such as the ntfsprogs package. That means that one has to use a combination of a program to repair hard disk errors before parted if one wants to repartition a damaged hard disk. To overcome this limitation, many rescue discs include all the required utilities in one bootable CD, enabling resizing of most filesystems.

Other current limitations are that it cannot handle the extended attributes of the ext2fs, for instance, those related to SElinux. This extended attributes should have to be removed to resize partitions with parted.

[edit] See also

[edit] References

  1. ^ http://packages.qa.debian.org/n/nparted.html
  2. ^ http://gnuwin32.sourceforge.net/packages/ncurses.htm
  3. ^ http://sourceforge.net/projects/fatresize/
  4. ^ http://dcantrel.fedorapeople.org/pyparted/
  5. ^ http://packages.ubuntu.com/dapper/python-parted
  6. ^ http://partedmagic.com

[edit] External links