> if (BLOCKS > MINIX_MAX_INODES) > BLOCKS = MINIX_MAX_INODES; Please note that this piece of code is horrible too, comparing the number of blocks to the max number of inodes is like comparing apples and oranges, no? :) In general I think that the mkfs.minix is full of weird things and needs a serious cleanup. Regards, -- -------------------- Maurizio Lombardi -- 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