summaryrefslogtreecommitdiffstats
path: root/include/pt-mbr-partnames.h
diff options
context:
space:
mode:
authorJörg Jenderek2015-10-07 11:41:23 +0200
committerKarel Zak2015-10-09 13:07:31 +0200
commit3e9a2bbb94b9f0a2f265ac0c59ffd3b94007b2c8 (patch)
tree4132cedf03f8267f0d8cfa142f1f114b59149ba9 /include/pt-mbr-partnames.h
parentpartx: prevent code duplication (diff)
downloadkernel-qcow2-util-linux-3e9a2bbb94b9f0a2f265ac0c59ffd3b94007b2c8.tar.gz
kernel-qcow2-util-linux-3e9a2bbb94b9f0a2f265ac0c59ffd3b94007b2c8.tar.xz
kernel-qcow2-util-linux-3e9a2bbb94b9f0a2f265ac0c59ffd3b94007b2c8.zip
fdisk: to recognize Intel Rapid Start hibernation partition
I use Intel Rapid Start Technology on my PC. According to their User Guide "Rapid_Start_Technology_User_Guide_v1.4.pdf" I create a partition with id=84 for hibernation by this Technology. Unfortunately the software fdisk (util-linux-2.27) classifies that partition as "OS/2 hidden C:". That is not wrong, but on website https://en.wikipedia.org/wiki/Partition_type is written, that id 0x84 beside using for hiding drive C: this type is a also used as hibernation partition for Microsoft APM and also for Intel Rapid Start So I patched 2 header files so that fdisk recognize this partition type variation. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include/pt-mbr-partnames.h')
-rw-r--r--include/pt-mbr-partnames.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/pt-mbr-partnames.h b/include/pt-mbr-partnames.h
index 6fbde90f3..97097d375 100644
--- a/include/pt-mbr-partnames.h
+++ b/include/pt-mbr-partnames.h
@@ -51,7 +51,9 @@
{0x81, N_("Minix / old Linux")},/* Minix 1.4b and later */
{0x82, N_("Linux swap / Solaris")},
{0x83, N_("Linux")},
- {0x84, N_("OS/2 hidden C: drive")},
+ {0x84, N_("OS/2 h. C:|Intel hibernation")},/* OS/2 hidden C: drive,
+ hibernation type Microsoft APM
+ or hibernation Intel Rapid Start */
{0x85, N_("Linux extended")},
{0x86, N_("NTFS volume set")},
{0x87, N_("NTFS volume set")},