
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
KDE Partition Manager is a utility program 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.
KDE Partition Manager supports a large number of file systems, including ext2/3/4, reiserfs, NTFS, FAT16/32, jfs, xfs and more.
It 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.
KDE Partition Manager is also available as a bootable Live CD.
Follow development and have a look at some preview screenshots of the upcoming feature release on http://blog.volker-lanz.de.
10 years ago
1.0.3
=====
Make sure available and used capacity are not printed in a partition's properties dialog if they are not known
Make sure fsck.msdos does not want to modify a file system when it is being called to read the file system usage
Warn the user when trying to overwrite an existing partition with another or an image file
Clear the clipboard if undoing an operation deleted the partition that was in it
Keep the current UUID when resizing a swap partition
Fix the build by explicitly linking the partition manager executable against the KDE libs it uses
Do not allow pasting a source partition on a bigger target partition when the source partition's file system cannot be grown to fill the target partition
1.0.2
=====
* Copy a file system's UUID to the copied file system when creating a file system from another one.
* Implement a workaround for a libparted bug that makes it sometimes fail to commit changes to the OS in versions earlier than 2.2.
* Update the partition's file system and re-check for constraints if the partition's role is changed in the "Create New Partition" dialog. This fixes a bug where the user was not able to grow an extended partition if he'd previously selected a file system that cannot grow beyond a certain size.
* Always use the correct icons in modified ok/cancel buttons in dialogs and message boxes
* Fix a crash when operations to create, resize and delete an extended partitions where incorrectly merged into one (bug 232092)
10 years ago
1.0.3
=====
Make sure available and used capacity are not printed in a partition's properties dialog if they are not known
Make sure fsck.msdos does not want to modify a file system when it is being called to read the file system usage
Warn the user when trying to overwrite an existing partition with another or an image file
Clear the clipboard if undoing an operation deleted the partition that was in it
Keep the current UUID when resizing a swap partition
Fix the build by explicitly linking the partition manager executable against the KDE libs it uses
Do not allow pasting a source partition on a bigger target partition when the source partition's file system cannot be grown to fill the target partition
1.0.2
=====
* Copy a file system's UUID to the copied file system when creating a file system from another one.
* Implement a workaround for a libparted bug that makes it sometimes fail to commit changes to the OS in versions earlier than 2.2.
* Update the partition's file system and re-check for constraints if the partition's role is changed in the "Create New Partition" dialog. This fixes a bug where the user was not able to grow an extended partition if he'd previously selected a file system that cannot grow beyond a certain size.
* Always use the correct icons in modified ok/cancel buttons in dialogs and message boxes
* Fix a crash when operations to create, resize and delete an extended partitions where incorrectly merged into one (bug 232092)
egregorion
11 years ago
great software!!
Have you possibility add GPT partition table management?
Thank you very much.
Report
VolkerLanz
11 years ago
Report
caryb
11 years ago
Report
VolkerLanz
11 years ago
The bad news: Depending on the Linux distribution you use you might encounter
https://bugs.kde.org/show_bug.cgi?id=195243
with any KDE Partition Manager version currently released in binary form. The next binary release will include the fix already committed to SVN for this.
Report
VolkerLanz
11 years ago
Anyway, from RC1 on ext4 should work even when using patched libparteds from Ubuntu or other distributions.
Report
YAFU
11 years ago
The aim would be able to make backups of the operating system partition and then restore them. Everything from a Live CD of course (Like Partimage or PartClone, but with a GUI)
Thanks!
Report
alecmunro
11 years ago
Probably not an issue with the app directly, but the app probably also could have taken steps to prevent me from doing this, or warn me that it might happen.
I've disconnected the drive, and I'm researching how I might get that data back, so any help would be appreciated.
Report
Gen2ly
11 years ago
Report
pipaceliny
12 years ago
Please add kcmshell4 module to access partition manager trough kde4 system-settings.
Thanks
Report
VolkerLanz
12 years ago
Report
fictitious
12 years ago
Report
VolkerLanz
11 years ago
It's a lot less user friendly, mind you, because kcm's cannot have menus. But it's there and it's working, too ;-).
Report
panda84
12 years ago
Report
daax
12 years ago
In the INSTALL file, it is said :
to build the sources:
untar it
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=''
make
sudo make install
And if I'm in the build directory, I get this error :
[daax@localhost build]$ cmake -DCMAKE_INSTALL_PREFIX='/tmp'
CMake Error: The source directory "/home/daax/Bureau/partitionmanager-1.0.0-BETA1/build" does not appear to contain CMakeLists.txt.
Why create a build directory if the CMakelists.txt ins't there ?
Report
daax
12 years ago
Sorry for the noise, I made an error in my cmake command. I forgot the "..".
Report
mtxd
12 years ago
After
partitionmanager(30126): Attempt to use QAction "toggleDockDevices" with KXMLGUIFactory!
partitionmanager(30126): Attempt to use QAction "toggleDockOperations" with KXMLGUIFactory!
partitionmanager(30126): Attempt to use QAction "toggleDockInformation" with KXMLGUIFactory!
partitionmanager(30126): Attempt to use QAction "toggleDockLog" with KXMLGUIFactory!
partitionmanager(30126) MainWindow::onNewLogMessage: "Rescan devices..."
partitionmanager(30126) MainWindow::onNewLogMessage: "Device found: ATA SAMSUNG HD320KJ"
partitionmanager(30126) MainWindow::onNewLogMessage: "Device found: ATA ST3320620NS"
partitionmanager(30126) MainWindow::onNewLogMessage: "Device found: Linux device-mapper (crypt)"
partitionmanager(30126) MainWindow::onNewLogMessage: "Partition ‘/dev/mapper/archive1’ does not end at a cylinder boundary (last sector: 523,460,864, modulo: 14,970)."
partitionmanager(30126) MainWindow::onNewLogMessage: "Device found: Unknown"
I need to wait several minutes before the program opens. It hangs on this:
partitionmanager(30126) MainWindow::onNewLogMessage: "LibParted Exception: Unable to open /dev/fd0 read-write (Read-only file system). /dev/fd0 has been opened read-only."
After I do some operations with, say, usb drive, the program hangs again:
partitionmanager(30126) MainWindow::onNewLogMessage: "Applying operations..."
partitionmanager(30126) MainWindow::onNewLogMessage: "Rescan devices..."
partitionmanager(30126) MainWindow::onNewLogMessage: "Device found: ATA SAMSUNG HD320KJ"
partitionmanager(30126) MainWindow::onNewLogMessage: "Device found: ATA ST3320620NS"
partitionmanager(30126) MainWindow::onNewLogMessage: "Device found: Linux device-mapper (crypt)"
partitionmanager(30126) MainWindow::onNewLogMessage: "Partition ‘/dev/mapper/archive1’ does not end at a cylinder boundary (last sector: 523,460,864, modulo: 14,970)."
partitionmanager(30126) MainWindow::onNewLogMessage: "Device found: Unknown"
partitionmanager(30126) MainWindow::onNewLogMessage: "LibParted Exception: Unable to open /dev/fd0 read-write (Read-only file system). /dev/fd0 has been opened read-only."
P.S. I've got Card reader connected.
Report
VolkerLanz
12 years ago
Please, do report this on http://bugs.kde.org. Doing so will greatly help fixing a bug like this.
Thank you very much.
Report
miguipda
12 years ago
can you please generate a package for SLAX distribution (called module, have a look to the easy way to do it at :
http://www.slax.org/documentation_create_modules.php
http://www.slax.org/documentation_create_modules_rules.php).
Sincerely thanks and have a nice day,
Miguipda ;-)
Report
kiko7
12 years ago
I build package on debian i386 if someone want here is link
www.megaupload.com/pl/?d=N4N31Q8M
Report
1Jogai
12 years ago
Report
SnakePlissken
12 years ago
Report
1Jogai
12 years ago
Report
Drool
12 years ago
+ cmake ../src -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=YES '-DCMAKE_C_FLAGS:STRING=-pipe -Wall -O2 -march=athlon -mtune=athlon-xp'
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
CMake Error: Error in cmake code at
/usr/src/RPM/BUILD/partitionmanager-1.0.0-ALPHA2/src/CMakeLists.txt:30:
Unknown CMake command "KDE4_ADD_UI_FILES".
-- Configuring done
error: Bad exit status from /usr/src/tmp/rpm-tmp.38312 (%build)
Report
VolkerLanz
12 years ago
Report
Drool
12 years ago
http://linux-tipps.blogspot.com/2008/08/unknown-cmake-command-kde4adduifiles.html
Report