Manage your disks, partitions and file systems. https://www.kde.org/applications/system/kdepartitionmanager/
Go to file
Aurélien Gâteau 3247e0bd38 Fix devices without partition table not being listed
Using parted to list devices instead of Solid avoids the issue of devices
without partition table not being listed. The only drawbacks are:
- no more scan progress
- no icon is set on the device

I added a check to skip device-mapper devices because Solid skipped them as
well. Not sure if it makes sense or not.

Conflicts:
	src/plugins/libparted/libpartedbackend.cpp
2015-02-03 17:02:09 +00:00
cmake/modules CHECK_FUNCTION_EXSTS has to be included. 2014-07-31 16:19:05 +03:00
doc docs: add id attribute to <book> elements 2012-10-13 13:10:33 +00:00
icons Add icons made by David Miller. 2009-03-25 12:11:10 +00:00
lib Respect user CFLAGS. 2012-08-04 15:24:31 +00:00
scripts don't automatically include en_US in the docs list for tags and branches 2010-01-09 00:06:49 +00:00
src Fix devices without partition table not being listed 2015-02-03 17:02:09 +00:00
CHANGES add entry for new file system support 2010-05-17 14:37:43 +00:00
CMakeLists.txt Bump version number to 1.1.0 2014-07-06 14:18:44 +01:00
COPYING import of KDE Partition Manager 2008-09-24 19:32:01 +00:00
INSTALL require KDE 4.3 (KConfigDialog::settingsChangedSlot() was introduced with 4.3) 2010-05-04 11:25:33 +00:00
README Preparing for rc1 release. 2009-08-03 17:43:41 +00:00
TODO update 2011-08-29 10:31:11 +00:00

README

KDE Partition Manager
=====================

-------------------------------------------------------------------------------

WARNING

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 ocurr and
you might lose your data.

BACK UP YOUR DATA BEFORE USING THIS SOFTWARE!

-------------------------------------------------------------------------------


This software allows you to manage your disks, partitions and file systems:
Create, resize, delete, copy, backup and restore partitions with a large number
of supported file systems (ext2/3/4, reiserfs, NTFS, FAT32 and more).

It is a KDE4 application, so you will need KDE4 libraries to run it on your
computer. 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.

For quick install instructions see INSTALL.

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