How to convert an MBR hard drive to a GPT disk using the CMD Diskpart command
For those who love computers and play with the computer a lot, converting the drive format is a very familiar task. Each different drive format has different advantages and strengths. For MBR drives (short for Master Boot Record) use the standard BIOS partition that is suitable for installing Windows GPT drives (short for GUID Partition Table) use the UEFI integrated Firmware interface. Speaking of advantages, GPT is much stronger when it comes to supporting users to create lots of partitions on each drive, if anyone is a service that needs a lot of storage, GPT is the perfect choice.
Converting the drive format from MBR to GPT does not have any difficulty because you can convert directly via CMD on your computer. Here's how to guide conversion.
Before converting we should note the following:
- When we convert the drive format, we need to turn off all applications running on that drive.
- Your user account must be the highest administrator (Administrator).
- Back up all data in case of bad circumstances.
Step 1: You press Windows + R to open the RUN window and enter DiskPart -> Enter .
Step 2: At this time, the CMD Diskpart window will appear. You enter List Disk to display the list of disk devices in the computer.
The drive list appears:
Step 3: You select the drive that you want to convert to GPT with the following syntax.
Select (Drive letter)The drive letter is equal to in the Disk column ###
For example: Select Disk 2 .
Then the system will notify you to select the drive successfully.
Step 4: After selecting the drive to convert we need to clean them with the Clean command . You type Clean and press Enter .
Notice of successful disk cleanup.
Step 5: Finally, use the following command to convert the drive to GPT quickly.
Convert GPT
The software will then notify you to convert to GPT format successfully.
So you have converted the format of the drive you want to GPT. You need to pay attention to choose the right drive, otherwise it will take time to change and affect the data. This way you can use on every different version of Windows like Windows 10/8/7 / XP. Good luck!
You should read it
- How to convert a GPT hard drive format to an MBR while installing Win with the CMD command
- Dissection of hard drive components
- Check and fix hard drive errors with chkdsk on Windows
- Learn about HDD hard drive
- Know about bad sectors on your hard drive
- How to split MS-DOS hard drive (FDISK)?
- To download Hard Disk Sentinel, the hard drive temperature checker application for USD 20, is free
- How to Create Disk Images with Disk Utility (Mac OS)
May be interested
- How to copy files larger than 4GB to USBhow to copy files larger than 4gb to usb. how if our usb can not copy files larger than 4gb and error. this is a very basic problem on usb when we store. this problem arises from the format of usb. in this article, the software tips will guide you how to copy files larger than 4gb into usb.
- How to fix Runtime error in Windowswhen working in windows environment, you will surely encounter many different types of errors and runtime error is one of them. runtime error occurs when a program or application does not execute properly due to software or hardware problems. in the following article, you can find some ways to fix runtime error in windows.
- How to customize the Taskbar in Windows 7, change the location, hide the Taskbarthe taskbar (also known as the taskbar) is a small area of the screen used to display the start menu, along with icons of pinned programs, active programs on the computer, and time. by default, the taskbar is located at the bottom of the screen. in windows 7, you can customize some features of the taskbar
- How to lock the Laptop keyboard, how to disable the Laptop keyboardeveryone knows that the keyboard is indispensable for a computer in general and a laptop in particular. however, in certain cases, you may want to lock the keyboard to prevent the impact from children, pets, or from your carelessness. so how to lock (or disable) laptop keyboard?
- How to check what version of DirectX you are usinghow to check what version of directx you are using. if you use windows operating system and play games, directx is a very familiar name. directx supports users to handle multimedia related tasks, especially graphics processing of game and video on windows platform.
- How to fix Not responding error on Windowshow to fix not responding error on windows. windows operating system has gone through many different versions and continuously released patches to bring the best performance to users. however sometimes on windows or the software encountered some errors such as not responding is very normal.