Enable NTFS partition type in PartitionMap. Now we can create ntfs partitions.

This commit is contained in:
threedeyes 2012-11-07 10:43:49 +00:00
parent 1aa6f64953
commit cfeeb9ae6f

View File

@ -118,7 +118,7 @@ static const struct partition_type kPartitionTypes[] = {
{ 0x85, /*"Linux extendend partition"*/INTEL_EXTENDED_PARTITION_NAME,
false },
{ 0x86, "NTFS volume set", false },
{ 0x87, "NTFS volume set", false },
{ 0x87, "NTFS volume set", true },
{ 0x88, "Linux plaintext", false },
{ 0x8e, "Linux LVM", false },
{ 0x93, "Amoeba", false },