svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1108262
This commit is contained in:
Volker Lanz 2010-03-28 11:31:12 +00:00
parent f322030288
commit 60fd180a41
1 changed files with 7 additions and 5 deletions

12
TODO
View File

@ -8,7 +8,7 @@ Plans and ideas for 1.1:
* save msdos mbr?
* let the user specify extern command locations and options in the settings;
* let the user specify external command locations and options in the settings;
use some program and binary management setup internally like k3b has it
* parse progress information at least from e2fsck and ntfsclone (do we use the
@ -42,14 +42,16 @@ For releases after 1.1:
* write a setup-kcm in the style of k3b's so that the user can set the r/w
permissions of the disks there; also use kauth to update the partition table
in the kernel. that should cover all cases where we actually need root
privileges now.
privileges now. -- we actually also need root privs for SMART now.
* The whole lvm/dm debacle.
* The interface between core and the file systems needs some more thought.
Ideally we'd be free to use either external helper apps (like we do now) or
libraries to achieve the same things. Libraries in this case being libntfs-3g
and libext2fs. There's one for reiserfs too, iirc. Using libraries we'd
hopefully be able to get meaningful progress status reporting while resizing,
checking and so on.
and libext2fs. There's one for reiserfs too, iirc.
* Write a udisks backend plugin.
* Add a SMART self test operation, only available if the backend plugin
supports that (udisks does, libparted does not).