[haiku-commits] haiku: hrev44791 - src/add-ons/kernel/partitioning_systems/intel

  • From: Gerasim Troeglazov <3deyes@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 7 Nov 2012 11:44:33 +0100 (CET)

hrev44791 adds 1 changeset to branch 'master'
old head: 1aa6f649535f5f2e1b9edd42bf48137a3ccd8723
new head: cfeeb9ae6f2bc120a726de9470642016d774c3d8

----------------------------------------------------------------------------

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

                                           [ threedeyes <3dEyes@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev44791
Commit:      cfeeb9ae6f2bc120a726de9470642016d774c3d8
URL:         http://cgit.haiku-os.org/haiku/commit/?id=cfeeb9a
Author:      threedeyes <3dEyes@xxxxxxxxx>
Date:        Wed Nov  7 10:43:49 2012 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
src/add-ons/kernel/partitioning_systems/intel/PartitionMap.cpp | 2 +-

----------------------------------------------------------------------------

diff --git a/src/add-ons/kernel/partitioning_systems/intel/PartitionMap.cpp 
b/src/add-ons/kernel/partitioning_systems/intel/PartitionMap.cpp
index 7633290..644e540 100644
--- a/src/add-ons/kernel/partitioning_systems/intel/PartitionMap.cpp
+++ b/src/add-ons/kernel/partitioning_systems/intel/PartitionMap.cpp
@@ -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 }, 


Other related posts: