Tech Support Forum banner
Status
Not open for further replies.

Can't convert MBR Hard Drive to GPT?

10K views 3 replies 2 participants last post by  spunk.funk  
#1 ·
I have a 4gb HGST Internal harddrive, but hooking it up only shows 2TB available with the rest unallocated. It's in MBR format, so that's probobly why.

My problem is, I can't convert it to GPT. Disk Management and Easeus both grey out the options for converting or doing anything with the drive in general.

BTW, this drive isn't my boot drive. I'm booting from another SSD.

It gives me something like this:
Image
 
#2 ·
You have to Initialize the drive GPT.
Go Start/Search and and type CMD, right click the CMD results and Run As Administrator. In the Elevated Command Prompt type these bold commands pressing Enter after each one.
Diskpart
List Disk shows disks on computer with a number
Select Disk <disk number> disk number being the drive number you want to select.
Clean this will wipe all data on the drive, so be sure you selected the right one
convert GPT after pressing enter at this point you can go back to Disk Management and create a partition and format the drive NTFS or continue on here.
create primary partition
format fs=ntfs quick
list disk
the drive should now show it's full disk size.
exit
 
Save
Status
Not open for further replies.
You have insufficient privileges to reply here.