Enable NTFS partition type in PartitionMap. Now we can create ntfs partitions.
This commit is contained in:
parent
1aa6f64953
commit
cfeeb9ae6f
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user