Difference between revisions of "Extend C Drive"

From rbachwiki
Jump to navigation Jump to search
Line 3: Line 3:
* Delete the volume to make it unallocated space
* Delete the volume to make it unallocated space
* Open CMD prompt (Admin Mode)
* Open CMD prompt (Admin Mode)
  diskpart
  diskpart
  list disk
  list disk
  select disk 0
  select disk 0
Line 10: Line 10:
  select partition 5 //select the partition of the recover partition
  select partition 5 //select the partition of the recover partition
  delete partition override
  delete partition override
* Go back into disk Management and extend the partition

Revision as of 20:58, 30 December 2021

  • . Shrink Volume

Make sure the unallocated space is next to the recovery partition

  • Delete the volume to make it unallocated space
  • Open CMD prompt (Admin Mode)
diskpart
list disk
select disk 0
list partition
select partition 5 //select the partition of the recover partition
delete partition override
  • Go back into disk Management and extend the partition