summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorKarel Zak2010-02-26 16:06:18 +0100
committerKarel Zak2010-02-26 16:06:18 +0100
commit4d6cb488084388c90f3f45a0eaf3db83c764e0fb (patch)
treeddb9f62d20612f7fbc6c5626b621f518889973fc /TODO
parentwipefs: fix license (GPL -> GPLv2+) (diff)
downloadkernel-qcow2-util-linux-4d6cb488084388c90f3f45a0eaf3db83c764e0fb.tar.gz
kernel-qcow2-util-linux-4d6cb488084388c90f3f45a0eaf3db83c764e0fb.tar.xz
kernel-qcow2-util-linux-4d6cb488084388c90f3f45a0eaf3db83c764e0fb.zip
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 d802bfb89..b9786f92b 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.