summaryrefslogtreecommitdiffstats
path: root/include/pt-mbr-partnames.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-partnames.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-partnames.h')
-rw-r--r--include/pt-mbr-partnames.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pt-mbr-partnames.h b/include/pt-mbr-partnames.h
index 282adba91..2e2127ae4 100644
--- a/include/pt-mbr-partnames.h
+++ b/include/pt-mbr-partnames.h
@@ -71,6 +71,7 @@
{0xb7, N_("BSDI fs")},
{0xb8, N_("BSDI swap")},
{0xbb, N_("Boot Wizard hidden")},
+ {0xbc, N_("Acronis FAT32 LBA")},/* hidden (+0xb0) Acronis Secure Zone (backup software) */
{0xbe, N_("Solaris boot")},
{0xbf, N_("Solaris")},
{0xc1, N_("DRDOS/sec (FAT-12)")},