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?
Randy Byrne
Oct 14, 2018Copper Contributor
How can you create a recovery partition?
- Steve NortonOct 15, 2018Brass Contributor
In DISKPART use SHRINK to get 500MB at the end of the disk then in DISKPART;
create partition primary
format quick fs=ntfs label="Recovery tools"
assign letter="R"
set id="de94bba4-06d1-4d40-a16a-bfd50179d6ac"
gpt attributes=0x8000000000000001# END
Add recovery tools to R: and reboot. - Gulag FortuneOct 15, 2018Copper Contributor
My notebook has automatically rebuilt an OEM partition since I deleted the recovery partition.
So I don't bother to build a new recovery partition.