mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 15:35:10 -04:00
This partitioning scheme is used in DragonFlyBSD. It is similar to BSD disklabel, but has the following improvements: * metadata has own dedicated place and isn't accessible through partitions; * all offsets are 64-bit; * supports 16 partitions by default (has reserved place for more); * has reserved place for backup label (but not yet implemented); * has UUIDs for partitions and partition types; No objections from: geom MFC after: 2 weeks Relnotes: yes |
||
|---|---|---|
| .. | ||
| geom_part_apm | ||
| geom_part_bsd | ||
| geom_part_bsd64 | ||
| geom_part_ebr | ||
| geom_part_gpt | ||
| geom_part_ldm | ||
| geom_part_mbr | ||
| geom_part_pc98 | ||
| geom_part_vtoc8 | ||
| Makefile | ||