freebsd-nq/sys/geom/part
Andrey V. Elsukov 3bcf7d7191 Add additional check to EBR probe and create methods:
don't try probe and create  EBR scheme when parent partition type
is not "ebr". This fixes error messages about corrupted EBR for
some partitions where is actually another partition scheme.

NOTE: if you have EBR on the partition with different than "ebr"
(0x05) type, then you will lost access to partitions until it will be
changed.

MFC after:	2 weeks
2012-02-15 10:33:29 +00:00
..
g_part_apm.c Let's be more realistic and limit maximum number of partition to 4k. 2012-02-10 06:44:30 +00:00
g_part_bsd.c Change the way how we update bootcode for BSD scheme. 2011-06-20 12:22:30 +00:00
g_part_ebr.c Add additional check to EBR probe and create methods: 2012-02-15 10:33:29 +00:00
g_part_gpt.c Add support for Boot Camp. The support is defined as follows: 2011-10-23 02:51:23 +00:00
g_part_if.m Reimplemented "gpart destroy -F". Now it does all work in kernel. 2010-10-25 16:23:35 +00:00
g_part_mbr.c Add alias for the partition with type 0x42 to the MBR scheme. 2012-02-10 09:55:18 +00:00
g_part_pc98.c Do not truncate available disk space to the closest track boundary. 2011-05-25 09:45:13 +00:00
g_part_vtoc8.c Allow to dump on Solaris swap partitions. 2011-10-18 20:16:02 +00:00
g_part.c Add PART::type attribute handler. It returns partition type as string. 2012-02-15 10:02:19 +00:00
g_part.h Add new user-friendly aliases for partition types for the MBR and 2011-01-28 11:13:01 +00:00