Mariusz Dabrowski <mariusz.dabrowski@xxxxxxxxx> writes: > mdadm is using invalid byte-offset while reading GPT header to get > partition info (size, first sector, last sector etc.). Now this offset > is hardcoded to 512 bytes and it is not valid for disks with sector > size different than 512 bytes because MBR and GPT headers are aligned > to LBA, so valid offset for 4k drives is 4096 bytes. > > Signed-off-by: Mariusz Dabrowski <mariusz.dabrowski@xxxxxxxxx> > --- > super-gpt.c | 10 ++++++++++ > util.c | 7 ++++++- > 2 files changed, 16 insertions(+), 1 deletion(-) Applied! Thanks, Jes -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html