Jump to content

Greetings everyone

 

So recently i was installing new OS to an 128 GB SSD. I first connected the SSD to install Windows 10 and after doing that i connected the Hard Drive. I had to volumes in the old drive so i deleted the old 'C' which was there in the Hard Drive.

The problem is that now i'm stuck with a Dynamic drive with two volumes, i need to convert it back to basic drive with a single volume. 

 

 

Screenshot (1).png

Keep it simple.

Link to comment
https://linustechtips.com/topic/581012-dynamic-to-basic/
Share on other sites

Link to post
Share on other sites

4 hours ago, Naeaes said:

Diskpart will do that.

Open cmd and type in these lines:

diskpart

list disk

select disk 0 (or whichever the HDD is)

clean disk

convert basic

exit

Sorry i didn't mention this before. I have some data in the hard drive that i don't want to lose. Will the mentioned method work in this case?

Keep it simple.

Link to comment
https://linustechtips.com/topic/581012-dynamic-to-basic/#findComment-7589262
Share on other sites

Link to post
Share on other sites

5 hours ago, titaniumshield said:

I don't want to lose the data. What then?

Nobody does, but this is all I know. Maybe you could move all your data onto the first partition, remove the second and enlarge the first to occupy the space? If you can fit the data, you can do the rest in Disk Management. But even then it's not actually smart to forgo backups. 

Link to comment
https://linustechtips.com/topic/581012-dynamic-to-basic/#findComment-7590839
Share on other sites

Link to post
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×