On Mon, Sep 19, 2011 at 03:29:08PM +0200, Petr Uzel wrote: > Third one makes sfdisk not to issue a fatal warning (overridable, though), > if the partition does not start/end on the cylinder boundary and > the unit specified is other than cylinders. These days, > we shouldn't care about the CHS that much IMO... Right, see also cc393e381def1540db7b1273dde9410bea616b22. Giulio has added some improvements for -L (Linux) option to disable some silly tests. > I decided to use unsigned long long to represent the 64-bit integers, > which might not be the best choice (maybe we should use off_t or uint64_t > instead??). Comments are welcomed. Well, "unsigned long long" is horribly long, but probably good enough for now (as we already using this type in fdisk.c). The real solution is to start to work on a new fdisks... Applied, thanks. Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html