Last active
December 15, 2015 02:29
-
-
Save mxpv/5187707 to your computer and use it in GitHub Desktop.
Partition Type IDs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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