mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-09 02:26:27 +00:00
![John Baldwin](/assets/img/avatar_default.png)
a valid PMBR. Without this fix, if label a disk with a GPT, then relabel it with an MBR the GPT tables are still present. If you then try to create a GPT with 'gpt create', gpt(8) will fail to open the device because the partitions in the stale GPT overlap with the slices in the MBR. MFC after: 1 week