QTParted is a Partition Magic clone written in C++ and using the Qt toolkit.
Some note about REISERFS/NTFS/JFS/EXT3 support in QTParted: Even if libparted does not support these filesystems QTParted can handle it. Of course it do it using external tools. This are the latest support status of this filesystems:
· Ntfs - Needed mkntfs and ntfsresize (linux-ntfs)
· ReiserFS - Needed (progsreiserfs) by libparted. Warning: progsreiserfs is not reisergsprogs!
· JFS - Needed mkfs.jfs (jfsutils)
· Ext2/Ext3 - Needed mkfs.ext3 (e2fsprogs)
· XFS - Needed mkfs.xfs (xfsprogs)
Product's homepage
Requirements:
· libparted
What's New in This Release: [ read full changelog ]
· This version has been ported to use Qt 4.x and libparted 2.x.
· Some minor bugs were fixed.