On Sat, Nov 03, 2012 at 02:35:11PM -0400, Dave Reisner wrote: > blkid correctly reads the first 2 entries on the disk, but then starts > reporting corrupted GPT entries (seen via LIBBLKID_DEBUG=0xffff): We have two GPT headers... and the third pass have nothing to parse :-) This is the bug: swap_efi_guid(&e->unique_partition_guid); swap_efi_guid(&e->partition_type_guid); the "e" is persistent buffer. Fixed. 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