Software:KDE Partition Manager

From HandWiki
Short description: Disk partitioning application for KDE desktop environment
KDE Partition Manager
KDE Partition Manager logo.svg
KDE Partition Manager 21.12.0 screenshot.png
Screenshot of KDE Partition Manager 21.12.0
Original author(s)Volker Lanz
Developer(s)Andrius Štikonas, Caio Jordão Carvalho
Initial release1.0.0alpha1 (18 September 2008; 15 years ago (2008-09-18))
Written inC++ (Qt)
TypePartition editor
License2015[lower-alpha 1]: GPL-3.0-or-later[1]
2008[lower-alpha 2]: GPL-2.0-or-later

KDE Partition Manager is a disk partitioning application originally written by Volker Lanz for the KDE Platform. It was first released for KDE SC 4.1 and is released independently of the central KDE release cycle. After the death of Volker Lanz in April 2014,[2] Andrius Štikonas continued the development and took over as the maintainer.

It is used for creating, deleting, resizing, moving, checking and copying partitions, and the file systems on them. This is useful for creating space for new operating systems, reorganizing disk usage, copying data residing on hard disks and mirroring one partition with another (disk imaging). Additionally, KDE Partition Manager can back up file systems to files and restore such backups.

It uses util-linux to detect and manipulate devices and partition tables while several (optional) file system tools provide support for manipulating file systems. These optional packages will be detected at runtime and do not require a rebuild of KDE Partition Manager.

As is the case with most KDE applications, KDE Partition Manager is written in the C++ programming language and uses the Qt GUI toolkit. Released under the GNU General Public License, KDE Partition Manager is free software.

Release history

Colour Meaning
Red Release no longer supported
Green Release still supported
Blue Future release
Major Version Minor Version Release date Notes
1.0 1.0.0alpha1 18 September 2008[3] Initial release.
1.0 1.0.0alpha2 24 September 2008 Important bugs fixed.
1.0 1.0.0beta1a 13 January 2009 Crashes and bugs fixed, ext4 support.
1.0 1.0.0beta2 30 April 2009 Bugs fixed. Introduces the KCModule.
1.0 1.0.0beta3 4 June 2009 Bugs fixed. Speed and usability improvements.
1.0 1.0.0rc1 3 August 2009 Bugs fixed.
1.0 1.0.0 18 August 2009 First stable
1.0 1.0.1 9 January 2010 Bugs fixed.
1.0 1.0.2 24 April 2010 Bugs fixed. Usability improvement.
1.0 1.0.3 1 September 2010 Bugs fixed. Usability improvements.
1.1 1.1.0 10 July 2014[4] New features, support for 4096 byte sectors, Btrfs, GPT, exFAT, NILFS 2, and more. First release by Andrius Štikonas.
1.1 1.1.1 15 February 2015 Bugs fixed.
1.2 1.2.0 15 February 2015[5] New features. Ported to KDE Frameworks 5. Switched license to GPL-3.0-or-later.[6]
1.2 1.2.1 17 February 2015 Bug fixed.
2.0 2.0.0 15 January 2016 Splitting user interface and partitioning library. Bugs fixed.
2.0 2.0.3 24 February 2016 Bugs fixed.
2.1 2.1.0 11 March 2016 Minimal support for F2FS.
2.2 2.2.1 27 May 2016 Support for LUKS.[7]
3.0 3.0.0 18 December 2016 Support for LVM.
3.2 3.2.1 7 October 2017 UDF support.
3.3 3.3.1 14 December 2017 Better LVM and LUKS2 support.[8]
4.0 4.0.0 01 May 2019 KPMcore backend was ported away from libparted to sfdisk (part of util-linux).

Caio Jordão Carvalho ported S.M.A.R.T. code away from unmaintained libatasmart to smartmontools.

Better support for LUKS2.

Detection support for Apple's APFS filesystem and Microsoft's Bitlocker.[9]

See also

Notes

  1. GPL-3.0-or-later since 2015-08-03, version 1.2.0.
  2. GPL-2.0-or-later since 2008-09-18, from version 1.0.0alpha1 to 1.1.1

References

External links