我想将我的磁盘从 MBR 升级到 GPT,并且我尝试使用 Windows 的MBR2GPT.EXE工具来完成这项工作。我使用 Windows 的DISKPART工具来识别要转换的磁盘。然而,这发生了:
C:\WINDOWS\system32>MBR2GPT.EXE /convert /disk:0 /allowfullos
MBR2GPT will now attempt to convert disk 0.
If conversion is successful the disk can only be booted in GPT mode.
These changes cannot be undone!
MBR2GPT: Attempting to convert disk 0
MBR2GPT: Retrieving layout of disk
MBR2GPT: Validating layout, disk sector size is: 512 bytes
Disk layout validation failed for disk 0
MBR2GPT: Conversion failed
Run Code Online (Sandbox Code Playgroud)
并且转换失败。再次使用 Diskpart,我得到以下输出:
DISKPART> list disk
Disk ### Status …Run Code Online (Sandbox Code Playgroud)