freebsd-dev/sys/geom/part
Marcel Moolenaar 3e5a0a6b70 Have the GPT probe return a lower priority when the MBR is not a PMBR
The purpose of the PMBR is to have the disk appear in use to GPT
unaware utilities (like fdisk).  However, if the PMBR has been changed
by a GPT unaware utlity then we must assume that this was deliberate
(as it involved removal of the special slice) and we should not treat
the unmodified GPT-specific sectors as being valid.  By lowering the
probe priority in that case, the MBR scheme will take precedence and
the kernel will end up using the MBR and not the GPT. We will still
use the GPT if the kernel does not support the MBR scheme.
2013-11-21 22:02:59 +00:00
..
g_part_apm.c Add an automatic resize support to the GEOM_PART class. 2013-10-17 16:18:43 +00:00
g_part_bsd.c Add an automatic resize support to the GEOM_PART class. 2013-10-17 16:18:43 +00:00
g_part_ebr.c Add an automatic resize support to the GEOM_PART class. 2013-10-17 16:18:43 +00:00
g_part_gpt.c Have the GPT probe return a lower priority when the MBR is not a PMBR 2013-11-21 22:02:59 +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_ldm.c Remove stub implementation. 2013-09-05 09:44:09 +00:00
g_part_mbr.c Add an automatic resize support to the GEOM_PART class. 2013-10-17 16:18:43 +00:00
g_part_pc98.c Add an automatic resize support to the GEOM_PART class. 2013-10-17 16:18:43 +00:00
g_part_vtoc8.c Add an automatic resize support to the GEOM_PART class. 2013-10-17 16:18:43 +00:00
g_part.c Merge GEOM direct dispatch changes from the projects/camlock branch. 2013-10-22 08:22:19 +00:00
g_part.h Support the FAT16 partition type in gpart(8) 2013-03-07 22:32:41 +00:00