QTParted is a Partition Magic clone. It uses libparted for raw disk access, so you need parted installed to use it. The goal of QTParted is to fully wrap all function of parted and create a user friendly PM clone for Linux.
| Licenses | GPL |
|---|---|
| Implementation | C++ |


Release Notes: This release supports Parted >= 3.0, with ext2, ext3, ext4, xfs, jfs, btrfs, and FAT FS creation support, without relying on parted filesystem code. It adds code cleanups and an improved UI for editing external tools.


Release Notes: This release has been ported to use Qt 4.x and libparted 2.x. Some minor bugs were fixed.


Release Notes: Several bugs have been fixed and parts of the code have been cleaned up.


Release Notes: Hidden flags for the FAT and NTFS filesystems were added. Support for reading partition labels was added. A Catalan translation was added.


Release Notes: This version features new ntfsresize wrappers (for ntfstools -1.9), and improves the stability with all FS wrappers.
31 Oct 2004 12:29
Finally!
I kept looking and looking for a partition magic equivalent for linux since it seems to me to be a rather vital tool for the serious computer user. Found parted, but was intimidated by the complexity of use. I started thinking I should write a front end to it myself when I stumbled on this gem! Good work!