mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
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 |
||
|---|---|---|
| .. | ||
| add.c | ||
| boot.c | ||
| create.c | ||
| destroy.c | ||
| gpt.8 | ||
| gpt.c | ||
| gpt.h | ||
| label.c | ||
| Makefile | ||
| map.c | ||
| map.h | ||
| migrate.c | ||
| recover.c | ||
| remove.c | ||
| show.c | ||