[SOLVED] Hard drive partition wont give me the option to modify it

ineedthatspam

Prominent
Dec 9, 2017
11
0
510
I moved a 2tb HDD from my old pc to my new one but when I open disk management and right click on one of the partitions it only says "help" and doesn't give me any of the options to modify that partition. How do I fix this?
 
Solution
What do you want to do with the partition?
Does it have data on it you want to keep?

If you just want to delete the partition and there is nothing on it that you want to keep, try the steps below, otherwise ignore this response.

Go to a command prompt
Type Diskpart
when diskpart starts type list disk
locate the drive you want (a 2TB disk will show as a size of about 1863 GB)
select disk <x>, where <x> is the number of the drive you want
type clean
type exit
type exit.

Go into computer management. Windows should detect the disk as unitialized and ask you to initialize it. Do that, and then see if you can create partition(s).

Tanyac

Reputable
What do you want to do with the partition?
Does it have data on it you want to keep?

If you just want to delete the partition and there is nothing on it that you want to keep, try the steps below, otherwise ignore this response.

Go to a command prompt
Type Diskpart
when diskpart starts type list disk
locate the drive you want (a 2TB disk will show as a size of about 1863 GB)
select disk <x>, where <x> is the number of the drive you want
type clean
type exit
type exit.

Go into computer management. Windows should detect the disk as unitialized and ask you to initialize it. Do that, and then see if you can create partition(s).
 
Solution