]> git.ipfire.org Git - thirdparty/util-linux.git/commit
fdisk: to recognize partition type 0xEA (Rufus)
authorJörg Jenderek <joerg.jen.der.ek@gmx.net>
Sat, 26 Sep 2015 00:58:06 +0000 (02:58 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 2 Oct 2015 10:34:01 +0000 (12:34 +0200)
commitb12b07e361d7b286c3c710bc6d1711b9316d4ba9
tree7201dfd45e6f2d080373d118cf29fe5c80e2912f
parent2b29b8734adccdcbfa119d44f15f746b71fda47b
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>
include/pt-mbr-partnames.h
include/pt-mbr.h