summaryrefslogtreecommitdiffstats
path: root/docs/diskdrake.TODO
blob: bd138e8de830bfcdc7e7599f7680f7d22c6d8132 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- test, test, test
- integrate ext2resize
- add the ability to specify primary or extended partitions (in expert mode)
- text version
- better error handling (what to do if we find a bad partition table?)
- save/restore partitions in a file (mainly, just a Data::Dumper of $hds)
- display the information about the correspondance color2type
- handle the partition labels (missing information here)
- have ``undo''
- add comments in the code
- add documentation
- handle the `luke' case (main extended partition must be extended)
- add a verification after fdiskReadPartitionTable that the start_cyl,
end_cyl... do correspond to start and start+size. For the moment, this
information is just discarded :(
This verif can't be done in fdiskReadPartitionTable as start is relative in
extended partitions