summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index d802bfb8..b9786f92 100644
--- a/TODO
+++ b/TODO
@@ -39,6 +39,11 @@ wipefs
fdisk(s)
--------
+ * Sun label support is completely useless for large disks, it uses number of
+ cylinders from on-disk-label where the geometry is stored by int16 values.
+ It seems better to completely ignore this stuff from the label and always
+ use geometry + BLKGETSIZE64 from kernel.
+
* use off_t instead "long long"
* catch SIGINT (Ctrl-C) and return to main menu.