summaryrefslogtreecommitdiffstats
path: root/include/pt-mbr.h
diff options
context:
space:
mode:
authorJörg Jenderek2015-04-08 10:24:26 +0200
committerKarel Zak2015-04-08 10:24:26 +0200
commit25156ba16b46803e1ad2a8071bfb3e523c647382 (patch)
treea65015d7b09c618f416b6bd66685be11e1447943 /include/pt-mbr.h
parentMerge branch 'fix-last' of https://github.com/rudimeier/util-linux (diff)
downloadkernel-qcow2-util-linux-25156ba16b46803e1ad2a8071bfb3e523c647382.tar.gz
kernel-qcow2-util-linux-25156ba16b46803e1ad2a8071bfb3e523c647382.tar.xz
kernel-qcow2-util-linux-25156ba16b46803e1ad2a8071bfb3e523c647382.zip
libfdisk: recognize FAT32 partitions hidden by Acronis software
References: http://www.acronis.de/products/trueimage Signed-off-by: Karel Zak <kzak@redhat.com> Signed-off-by: Jörg Jenderek <joerg.jen.der.ek@gmx.net>
Diffstat (limited to 'include/pt-mbr.h')
-rw-r--r--include/pt-mbr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pt-mbr.h b/include/pt-mbr.h
index 1279e3cf2..fab65ea07 100644
--- a/include/pt-mbr.h
+++ b/include/pt-mbr.h
@@ -148,6 +148,7 @@ enum {
MBR_BSDI_FS_PARTITION = 0xb7,
MBR_BSDI_SWAP_PARTITION = 0xb8,
MBR_BOOTWIZARD_HIDDEN_PARTITION = 0xbb,
+ MBR_ACRONIS_FAT32LBA_PARTITION = 0xbc, /* Acronis Secure Zone with ipl for loader F11.SYS */
MBR_SOLARIS_BOOT_PARTITION = 0xbe,
MBR_SOLARIS_PARTITION = 0xbf,
MBR_DRDOS_FAT12_PARTITION = 0xc1,