Skip to content

Instantly share code, notes, and snippets.

@mxpv
Last active December 15, 2015 02:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mxpv/5187707 to your computer and use it in GitHub Desktop.
Save mxpv/5187707 to your computer and use it in GitHub Desktop.
Partition Type IDs
For MBR-style partition, each partition will have one Partition Type ID.
System can tell the types of partitions by the ID, the following is the most frequently used Type ID.
0x07 NTFS
0x0B FAT32, used by DOS & Win95
0x0C FAT32 using LBA mode to access to FAT32 partition
0x01 FAT12
0x04 FAT16, less than 32 MB
0x06 FAT16, greater than 32 MB
0x0E FAT16 using LBA mode to access to FAT16 partition
0xEE EFI GPT
0xEF EFI (FAT12/16)
# http://www.powerdatarecovery.com/data-recovery/partition-type-id.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment