Hi Dev,

    I am using Parted with GPT disk label. Seems like
GPT occupies 1 to 32 sectors to store the partition table
and each partition occupies 128bytes. Is it below structure
stored for each partition ?

typedef struct _GuidPartitionEntry_t {
        efi_guid_t PartitionTypeGuid;
        efi_guid_t UniquePartitionGuid;
        uint64_t StartingLBA;
        uint64_t EndingLBA;
        GuidPartitionEntryAttributes_t Attributes;
        efi_char16_t PartitionName[72 / sizeof(efi_char16_t)];
} __attribute__ ((packed)) GuidPartitionEntry_t;

Or anything else is stored ?


Thanks in advace,
Kamesh





                
___________________________________________________________ 
Inbox full of unwanted email? Get leading protection and 1GB storage with All 
New Yahoo! Mail. http://uk.docs.yahoo.com/nowyoucan.html
_______________________________________________
parted-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/parted-devel

Reply via email to