M HYPE SPLASH
// general

How can I extend a partition to unallocated space on the left?

By John Peck

I want to extend the partition C: (without losing its contents) by adding the extra free (Unallocated) space before it. However as you can see, the extend is disabled. I know that extend will be enabled when the extra space is after the main partition, the reverse of this situation.

enter image description here

How can I achieve this?

3

2 Answers

Extending the next partition to the left is, as I think, impossible with Windows Disk Management.

So you would need to use software like GParted to do that. Booting from USB stick or CD/DVD would be needed.

Please run

chkdsk /f c:

before booting GParted.

2

yes it's possible and I found the solution without losing anything;

an application called AOMEI Partition Assistant can do this;

the exact same situation is described here: Windows - Adding Unallocated Drive Space "From the left"

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy