Forum Discussion
Gulag Fortune
Sep 28, 2018Copper Contributor
I've tried to extend volume but it failed.
Hi, I have tried to extend the volume to c: , but it seems invalid. I've also tried diskpart command ,but it seems the free space couldn't be found. What the else could I do?
Steve Norton
Sep 29, 2018Brass Contributor
Hi, you cannot extend past the recovery partition (volume 3), record the detail of the volume and partition in diskpart (sel vol 3 - det par - det vol). Assign a drive letter to the volume and capture the image with DISM, delete volume 3 and the partition, extend C leaving enough space to recreate the recovery partition (or use shrink in the GUI or in DISKPART). Recreate the partition in DISKPART and use SET in DISKPART to update the attributes etc, format the volume, assign a drive letter and apply the saved image with DISM. Finally remove the drive letter from the recovery partition and you should be where you want to be. I can provide help with the other commands if you need. Good luck, Steve_N