Manage your disks, partitions and file systems. https://www.kde.org/applications/system/kdepartitionmanager/
Go to file
Heiko Becker fc385fd89c GIT_SILENT Update Appstream for new release
(cherry picked from commit e94edd9a375df79799e39cd73fe94ec488b12693)
2022-01-29 00:35:54 +01:00
.reuse Make partitionmanager REUSE 3.0 compliant. 2020-10-12 23:50:47 +01:00
LICENSES Make partitionmanager REUSE 3.0 compliant. 2020-10-12 23:50:47 +01:00
doc Fix obsolete ECM variable. 2022-01-20 18:46:33 +00:00
icons Add SPDX copyright info to icon. 2020-10-03 21:08:08 +01:00
src GIT_SILENT Update Appstream for new release 2022-01-29 00:35:54 +01:00
.gitignore SPDX: Use CC0 for .gitignore. 2020-10-05 22:01:37 +01:00
.gitlab-ci.yml Revert "Disable Qt6 CI due to KPMcore dependency problem." 2022-01-20 19:18:08 +00:00
.kde-ci.yml Add CI 2021-11-29 22:42:55 +01:00
CMakeLists.txt Remove unnecessary or non-existing Qt flags. 2022-01-21 00:29:51 +00:00
INSTALL.md Make partitionmanager REUSE 3.0 compliant. 2020-10-12 23:50:47 +01:00
README.md README.md: use the official screenshot 2021-01-29 23:38:45 +01:00

README.md

KDE Partition Manager

KDE Partition Manager is an application to help you manage the disk devices, partitions and file systems on your computer. It allows you to easily create, copy, move, delete, resize without losing data, backup and restore partitions.

A large number of file systems are also supported:

  • ext2/3/4, Btrfs, Linux swap
  • Reiserfs
  • F2FS
  • NTFS
  • FAT
  • exFAT
  • LUKS encryption support
  • and more....

Back up your data before using this software. KDE Partition Manager is a potentially dangerous program for your data. It has been tested carefully and there are currently no known bugs that could lead to data loss, but nevertheless there is always a chance for an error to occur and you might lose your data.

Installation

KDE Partition Manager is a KF5 application, so you will need the KDE frameworks libraries to run it on your computer. Most modern OSs will install them as dependencies for you when you use their default package manager as the installation method.

It also makes use of external programs to get its job done, so you might have to install additional software (preferably packages from your distribution) to make use of all features and get full support for all file systems.

The methods listed below for each major OS are based on executing the installation commands on a terminal window. Alternatively, you can use your OS' package management app.

Ubuntu

sudo apt install partitionmanager

Debian

As the root user:

apt install partitionmanager

CentOS, Fedora, RHEL

sudo yum install kde-partitionmanager

OpenSUSE

sudo zypper install partitionmanager

ArchLinux

  1. Enable the community repository on /etc/pacman.conf:
    [community]
    Include = /etc/pacman.d/mirrorlist
    
  2. Install the partitionmanager xz package:
    pacman -Sy partitionmanager
    

Gentoo

sudo emerge partitionmanager

From source

See INSTALL.

Changelog

For a list of changes since the previous release see CHANGES.