freebsd-dev/sbin/geom/class/part
Andrey V. Elsukov 91ca76a590 Add disklabel64 support to GEOM_PART class.
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
2014-06-11 10:42:34 +00:00
..
geom_part.c Check if the given argument to 'gpart add' is actually a geom device and 2014-01-09 20:06:14 +00:00
gpart.8 Add disklabel64 support to GEOM_PART class. 2014-06-11 10:42:34 +00:00
Makefile Rename the generic "CLASS" to the more specific "GEOM_CLASS". 2010-12-15 23:24:34 +00:00