将此分区表从 GPT 转换为 MBR 安全吗?

将此分区表从 GPT 转换为 MBR 安全吗?

我认为我需要将我的分区表从 GPT 转换为 MBR,以修复引导加载程序的问题。

以下是输出gdisk -l /dev/sdb

GPT fdisk (gdisk) version 0.8.8

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with protective MBR; using GPT.
Disk /dev/sdb: 976773168 sectors, 465.8 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): 628AC5FC-691C-7F42-B600-FDA3A3B87EEE
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 976773134
Partitions will be aligned on 2048-sector boundaries
Total free space is 10221 sectors (5.0 MiB)

Number  Start (sector)    End (sector)  Size       Code  Name
   1           10240       195311615   93.1 GiB    0700  
   2       195311616       976773119   372.6 GiB   0700

我不太明白 GPT 和 MBR 类型之间的区别,这里的“保护”是什么意思,或者可能出现什么问题。

我正在看这些说明。他们描述了不少注意事项。它们适用于我的磁盘吗?我如何发现?如果出现问题,我该如何恢复?

相关内容