Convert an MBR disk into a GPT disk
Converting using the Windows interface
- Back up or move the data on the basic MBR disk you want to convert into a GPT disk.
- If the disk contains any partitions or volumes, right-click each and then click Delete Partition or Delete Volume.
- Right-click the MBR disk that you want to change into a GPT disk, and then click Convert to GPT Disk.
有的界面沒有這個
所以需要用命令行
記得 備份!備份!仿滔!備份W愣!尘奏!
管理員打開cmd
輸入 diskpart
然后輸入: list disk
出現(xiàn)磁盤信息之后
選擇磁盤信息
比如: select disk 3
然后格式化,清除數(shù)據(jù)
clean
轉(zhuǎn)化格式
convert gpt
## Converting using a command line
Use the following steps to convert an empty MBR disk to a GPT disk. There's also a MBR2GPT.EXE tool that you can use, but it's a little complicated - see [Convert MBR partition to GPT](https://docs.microsoft.com/en-us/windows/deployment/mbr-to-gpt) for more details.
1. Back up or move the data on the basic MBR disk you want to convert into a GPT disk.
2. Open an elevated command prompt by right-clicking **Command Prompt** and then choosing **Run as Administrator**.
3. Type `diskpart`. If the disk does not contain any partitions or volumes, skip to step 6.
4. At the **DISKPART** prompt, type `list disk`. Note the disk number you want to convert.
5. At the **DISKPART** prompt, type `select disk <disknumber>`.
6. At the **DISKPART** prompt, type `clean`.
7. At the DISKPART prompt, type `convert gpt`.
為什么要將硬盤驅(qū)動器轉(zhuǎn)換為 GPT?
GPT (GUID 分區(qū)表)利用 UEFI BIOS 來支持容量大于 2 TB 的存儲設(shè)備剪撬,并使您能夠輕松地根據(jù)需要設(shè)置多個分區(qū)(在 GPT 驅(qū)動器上 Microsoft Windows 最多支持128分區(qū))。Windows 10 和 Windows 8 或8.1 能夠使用 UEFI BIOS悠反,這可以加快引導(dǎo)和關(guān)機時間并提供更多的安全優(yōu)勢残黑。要在 UEFI 模式下引導(dǎo)您的 PC馍佑,您需要使用采用 GPT 驅(qū)動器格式格式化的驅(qū)動器。
MBR GPT的區(qū)別
2T以下的硬盤可以選MBR
2T以上的硬盤只能選GPT
MBR只能支持4個主分區(qū)梨水,再多就要用邏輯分區(qū)拭荤,而GPT則本身無限制,但受限于操作系統(tǒng)(Windows為128個)疫诽;
MBR不支持2TB以上的硬盤舅世,GPT則最多支持到18EB。
GPT只能用在64位操作系統(tǒng)奇徒。
Windows 10 64bit默認就是GPT雏亚。
https://www.zhihu.com/question/50718686
3T及以上硬盤格式化
加裝了一塊3T的機械硬盤 格式化后還多出700 多G未分配 應(yīng)該怎樣設(shè)置才可以用
因為你采用了MBR分區(qū)表,你的硬盤將只能使用2.2TB左右的空間摩钙。如果你想利用完全的3TB空間评凝,請將分區(qū)表格式改為GPT。
http://ask.zol.com.cn/x/1733857.html