Bug 258157

Summary: GPT: recognise GUID 8c8f8eff-ac95-4770-814a-21994f2dbc8f (partition type code E900) as VeraCrypt data
Product: Base System Reporter: Graham Perrin <grahamperrin>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Open ---    
Severity: Affects Some People CC: emaste, rhurlin
Priority: --- Keywords: standards
Version: CURRENT   
Hardware: Any   
OS: Any   
URL: https://github.com/freebsd/freebsd-src/tree/main/lib/geom/part

Description Graham Perrin freebsd_committer freebsd_triage 2021-08-30 02:40:52 UTC
At <https://en.wikipedia.org/wiki/GUID_Partition_Table#Partition_type_GUIDs> and elsewhere: 

* GUID 8c8f8eff-ac95-4770-814a-21994f2dbc8f is associated with

    VeraCrypt data

<https://forums.FreeBSD.org/threads/81899/> shows that this partition type is: 

* recognised by GPT fdisk – sysutils/gdisk

* not recognised by FreeBSD gpart(8). 

VeraCrytpt is ported to FreeBSD – security/veracrypt