summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2010-02-26 16:06:18 +0100
committerKarel Zak <kzak@redhat.com>2010-02-26 16:06:18 +0100
commit4d6cb488084388c90f3f45a0eaf3db83c764e0fb (patch)
treeddb9f62d20612f7fbc6c5626b621f518889973fc /TODO
parentbfbe29339da6ecc0257a23244d0771c6aa91b965 (diff)
downloadutil-linux-old-4d6cb488084388c90f3f45a0eaf3db83c764e0fb.tar.gz
fdisk: fix 'p' output for sun label
Signed-off-by: Karel Zak <kzak@redhat.com>
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.