Convert GPT Disk To MBR Disk Via Diskpart Command
IN the following case, I would like to introduce you detail steps about how to convert GPT to MBR with diskpart command. Let's take how to conbert disk 1 to MBR for example.
IN the following case, I would like to introduce you detail steps about how to convert GPT to MBR with diskpart command. Let's take how to conbert disk 1 to MBR for example.
1. Input "DiskPart" at the search bar. Type list disk and press enter.
2. Type select disk 1 and press enter. Type detail disk and press enter.
This will give you a list of all the volumes on the selected disk. If you do not have any volumes listed, then you can go to step 4.
This will give you a list of all the volumes on the selected disk. If you do not have any volumes listed, then you can go to step 4.
3. Type select volume 5 and press enter. Type delete volume and press enter.
Repeat steps 3 for each volume listed in step 2 until you have deleted all the volumes.
4. Type select disk 1 and press enter. Type convert mbr and press enter.
5. Type exit and press enter.
No comments:
Post a Comment