formatted my drive wrong
11 minutes ago, Krissybo said:
OK, so the issue is the recovery partitions. The main limitation of Disk Management is that it can only extend partitions linearly, so if you have a partition in the way like those two recovery partitions are you cannot extend the partition. There does exist some third party software that can do this (unfortunately I don't know this off the top of my head, so I can't help you there if you want to go this route), though the main way I've fixed this in the past is to just delete these partitions from the command line.
Open up a command prompt window (type CMD into the search bar) and run the command diskpart. It will ask if you want to run as administrator, then open up a new window. Run "sel disk 0" to select the main disk, then type "list part" to see all the partitions. Find those two partitions (it will be the 721MB one and the 25GB one) and note down the partition number of one of them. Run "sel part #", replacing the # with the appropriate partition number (probably 4 or 5, but double check before doing that). Finally, run the command "del part override" to delete this partition. Repeat for the other partition. Afterwards, you can go back to Disk Management and be able to extend the partition through the GUI.
As for what you're deleting, these are mainly there in case something goes wrong with your Windows install, this is there so that you can use built in recovery tools so you don't need to use something else to fix it. That said, you can always make a Windows installation USB, and that will have all the tools to fix a Windows install if necessary, so I don't find it all that big a deal to not have the recovery partition and would rather have that extra bit of space and therefore don't bother to remake it (from what I know there is a way to do so if you want to know).
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now