summaryrefslogtreecommitdiffstats
path: root/docs/diskdrake.TODO
blob: e3e44d3b1b8342e6d5023e158998a0ee14038338 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
- popup menu should no be closed when a simple click is done
- test what windows can handle (the number of partitions)
- better keyboard focus handling
- end sector in Create
- add warnings for scsi drives if you create more than sdx15
- the information put in save/restore partitions must be cleaned
(remove mounted/formatted/..., also remove the Data::Dumper dependency)
- test, test, test
- integrate ext2resize
- do not allow swap partitions above 2Gigs
- wanting the first partition to be extended is not used
- maybe warn if a mounted partition change of dev number
- 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?)
- 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