Disk management question

Associate
Joined
10 Aug 2005
Posts
385
Hi people
I have reinstalled windows due to an annoying issue and now I have my old windows ssd as a spare drive in my system.
My question is - I would like to remove the old windows installation via disk management and use the space as a new drive, so I opened up disk management and the hard drive shows up as split into 3 parts - a recovery partition (450mb), a EFI system partition (100mb) and the primary partition (223gb)....
Now I am used to just deleting these partitions during windows install but disk management doesn't give the option to delete them?
So how do I remove them and create just a single formatted partition on this drive to use as extra storage?
Regards
 

Deleted member 138126

D

Deleted member 138126

Open a command prompt
type diskpart
type list disk
It will show you a list of the drives
type select disk x
where x is the number of the disk you are going to wipe. If you get this wrong, you are going to wipe the wrong disk!!!
type list disk
Confirm you have the correct disk selected (it will have an asterisk to the left)
When you are ABSOLUTELY SURE you have the correct disk selected
type clean
type exit

And you're done.

Summary:

diskpart
list disk
select disk x
list disk
clean
exit
 
Back
Top Bottom