summaryrefslogtreecommitdiffstats
path: root/include/pt-mbr-partnames.h
diff options
context:
space:
mode:
authorJörg Jenderek2015-09-26 02:58:06 +0200
committerKarel Zak2015-10-02 12:34:01 +0200
commitb12b07e361d7b286c3c710bc6d1711b9316d4ba9 (patch)
tree7201dfd45e6f2d080373d118cf29fe5c80e2912f /include/pt-mbr-partnames.h
parentMerge branch 'logger' (diff)
downloadkernel-qcow2-util-linux-b12b07e361d7b286c3c710bc6d1711b9316d4ba9.tar.gz
kernel-qcow2-util-linux-b12b07e361d7b286c3c710bc6d1711b9316d4ba9.tar.xz
kernel-qcow2-util-linux-b12b07e361d7b286c3c710bc6d1711b9316d4ba9.zip
fdisk: to recognize partition type 0xEA (Rufus)
i used a partitioning+formatting tool product rufus 2.2. of https://rufus.akeo.ie/ This software has an extra format option for older BIOS. With this fix the main partition is created with some alignments and for the remaining unallocated space a small extra and empty partition with identification 0xEA is created. On the List of partition identifiers for PCs at http://www.win.tue.nl/~aeb/partitions/partition_types-1.html is is said that there is a freedesktop proposal to use also type ea as boot partition Unfortunately the software fdisk (util-linux-2.27) can not classify that partition. I send for the fdisk program my 2 patches so that fdisk recognize this partition type. Signed-off-by: Karel Zak <kzak@redhat.com>
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 2e2127ae4..6fbde90f3 100644
--- a/include/pt-mbr-partnames.h
+++ b/include/pt-mbr-partnames.h
@@ -88,6 +88,7 @@
{0xe3, N_("DOS R/O")}, /* DOS R/O or SpeedStor */
{0xe4, N_("SpeedStor")}, /* SpeedStor 16-bit FAT extended
partition < 1024 cyl. */
+ {0xea, N_("Rufus alignment")}, /* Rufus extra partition for alignment */
{0xeb, N_("BeOS fs")},
{0xee, N_("GPT")}, /* Intel EFI GUID Partition Table */
{0xef, N_("EFI (FAT-12/16/32)")},/* Intel EFI System Partition */