GNU Parted: Difference between revisions
imported>VulcanSphere →Text-based: Updating GParted screenshot |
imported>Aoepull Add citations for listed distros with parted by default; add GParted Live; mark sidux as needing citation |
||
| Line 32: | Line 32: | ||
'''nparted''' is the [[Newt (programming library)|newt]]-based frontend to GNU Parted.<ref>[http://packages.qa.debian.org/n/nparted.html Overview of nparted source package<!-- Bot generated title -->]</ref> | '''nparted''' is the [[Newt (programming library)|newt]]-based frontend to GNU Parted.<ref>[http://packages.qa.debian.org/n/nparted.html Overview of nparted source package<!-- Bot generated title -->]</ref> | ||
Projects have started for an [[ncurses]] frontend,<ref>[https://github.com/davekong/cparted cparted - ncurses interface in python/pyparted]</ref> that also could be used in Windows (with [[GNUWin32]] Ncurses).<ref>[ | Projects have started for an [[ncurses]] frontend,<ref>[https://github.com/davekong/cparted cparted - ncurses interface in python/pyparted]</ref> that also could be used in Windows (with [[GNUWin32]] Ncurses).<ref>[https://gnuwin32.sourceforge.net/packages/ncurses.htm Ncurses<!-- Bot generated title -->]</ref><!-- link has no files, page was last modified 22 Sep 2003. Top-level page has a package for PDCurses, which is not the same thing --> | ||
'''fatresize''' offers a [[command-line interface]] for [[FAT16]]/[[FAT32]] non-destructive resize and uses the GNU Parted library.<ref>[ | '''fatresize''' offers a [[command-line interface]] for [[FAT16]]/[[FAT32]] non-destructive resize and uses the GNU Parted library.<ref>[https://sourceforge.net/projects/fatresize/ SourceForge.net: fatresize<!-- Bot generated title -->]</ref> | ||
'''tparted''' is the [[Turbo Vision|TV/FV]]-based frontend for GNU Parted.<ref>[https://github.com/Kagamma/tparted github.com: tparted]</ref> | '''tparted''' is the [[Turbo Vision|TV/FV]]-based frontend for GNU Parted.<ref>[https://github.com/Kagamma/tparted github.com: tparted]</ref> | ||
| Line 41: | Line 41: | ||
'''[[GParted]]''' is a graphical program using the parted libraries. It is adapted for [[GNOME]], one of the two major [[desktop environment]]s (the other being [[KDE]]) for Unix-like installations. It is often included as utility on many [[live CD]] distributions to make partitioning easier. | '''[[GParted]]''' is a graphical program using the parted libraries. It is adapted for [[GNOME]], one of the two major [[desktop environment]]s (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 (framework)|Qt]] graphical program, also included on many live CD distributions, which made use of parted libraries; | '''[[KDE Partition Manager]]''' is a [[Qt (framework)|Qt]] graphical program, also included on many live CD distributions, which made use of parted libraries; in version 4.0 its backend KPMcore was ported away from libparted to sfdisk.<ref>{{Cite web|url=https://stikonas.eu/wordpress/2019/05/02/kde-partition-manager-4-0/|title=KDE Partition Manager 4.0|website=stikonas.eu|language=en-GB|access-date=2024-01-11}}</ref> '''[[QtParted]]''' was another graphical front-end based on Qt that is no longer being actively maintained. | ||
'''Pyparted'''<ref>[https://github.com/dcantrell/pyparted pyparted – Python bindings for GNU parted (libparted) github page]</ref> (also called python-parted)<ref>[http://packages.ubuntu.com/dapper/python-parted python-parted package in Ubuntu dapper]</ref> is the [[Python (programming language)|Python]] front-end for GNU Parted. | '''Pyparted'''<ref>[https://github.com/dcantrell/pyparted pyparted – Python bindings for GNU parted (libparted) github page]</ref> (also called python-parted)<ref>[http://packages.ubuntu.com/dapper/python-parted python-parted package in Ubuntu dapper]</ref> is the [[Python (programming language)|Python]] front-end for GNU Parted. | ||
[[Linux distribution]]s that come with parted by default include [[Slackware]], [[Knoppix]], [[sidux]], [[SystemRescueCD]], | [[Linux distribution]]s that come with parted by default include [[Slackware]]<ref>{{cite web |title=PACKAGES.TXT (Slackware-current) |url=https://slackware.osuosl.org/slackware-current/PACKAGES.TXT |website=slackware.osuosl.org |access-date=2025-12-25}}</ref>, [[Knoppix]]<ref>{{cite web |title=Complete software list DVD (dpkg-l-70.txt) |url=https://knopper.net/knoppix/dpkg-l-70.txt |website=knopper.net |access-date=2025-12-25}}</ref>, [[sidux]]{{citation needed|date=December 2025}}, [[SystemRescueCD]]<ref>{{cite web |title=Detailed packages list (SystemRescue) |url=https://www.system-rescue.org/Detailed-packages-list/ |website=system-rescue.org |access-date=2025-12-25}}</ref>, [[Parted Magic]]<ref>{{cite web |title=Current Program List |url=https://partedmagic.com/current-program-list/ |website=partedmagic.com |access-date=2025-12-25}}</ref>, and [[GParted#Background|GParted Live]]<ref>{{cite web |title=GParted -- Live CD/USB/PXE/HD |url=https://gparted.org/livecd.php |website=gparted.org |access-date=2025-12-25}}</ref>. | ||
==Limitations== | ==Limitations== | ||
Latest revision as of 22:54, 25 December 2025
Template:Short description Script error: No such module "Distinguish". Script error: No such module "Infobox".Template:Template other Script error: No such module "Check for unknown parameters".Script error: No such module "Check for conflicting parameters". 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]Template:Dated maintenance category (articles)Script error: No such module "Check for unknown parameters"., GNU Parted runs only under Linux and GNU/Hurd.[1]
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; 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.
Pyparted[8] (also called python-parted)[9] is the Python front-end for GNU Parted.
Linux distributions that come with parted by default include Slackware[10], Knoppix[11], siduxScript error: No such module "Unsubst"., SystemRescueCD[12], Parted Magic[13], and GParted Live[14].
Limitations
Parted previously had support for operating on filesystems within partitions (creating, moving, resizing, copying). This support was removed in version 3.0.[15]
See also
Script error: No such module "Portal".
References
<templatestyles src="Reflist/styles.css" />
- ↑ GNU Parted supported platforms
- ↑ Overview of nparted source package
- ↑ cparted - ncurses interface in python/pyparted
- ↑ Ncurses
- ↑ SourceForge.net: fatresize
- ↑ github.com: tparted
- ↑ Script error: No such module "citation/CS1".
- ↑ pyparted – Python bindings for GNU parted (libparted) github page
- ↑ python-parted package in Ubuntu dapper
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ Script error: No such module "citation/CS1".
- ↑ parted 3.0 release notes
Script error: No such module "Check for unknown parameters".
External links
- Script error: No such module "Official website".Script error: No such module "Check for unknown parameters".
- – Linux Administration and Privileged Commands Manual
Script error: No such module "Navbox". Script error: No such module "Navbox".