How can I extend a partition to unallocated space on the left?
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.
How can I achieve this?
32 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.
2yes 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