Is the issue resolved now?
is it possible to merge my C: and D: drives?
as you can see, my C: is full while my D: remains empty. as they are on the same disk, is it possible to combine the two, or is that recovery partition a problem? thanks in advance ;)
Windows for home | Windows 10 | Files, folders, and storage
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
3 answers
Sort by: Most helpful
-
Anonymous
2024-09-17T12:18:08+00:00 -
Anonymous
2024-09-16T10:01:13+00:00 Hi bigdave387,
I have looked into the issue, and based on my understanding, it is possible to merge the D drive into the C drive, but you will need to follow these steps:
- Open Disk Management on your PC.
- Locate and right-click the D drive, then select "Delete Volume". Click "Yes" to confirm.
- Right-click on the C drive and select "Extend Volume".
- Input the size of the unallocated space created from the D drive and merge it into the C drive. Click "OK" to confirm.
Make sure to back up any important data from the D drive before you delete it.
I hope these steps help resolve your issue. If you need further assistance, please let me know.
Best regards,
Arvind
-
Anonymous
2024-09-17T16:21:10+00:00 You cannot delete D without disabling paging first.
You cannot extend C without deleting the Recovery Partition.
- Disable Windows RE to preserve the image file. Run
reagentc /disable
- Delete partition 4.
diskpart
select disk 3
select partition 4
delete partition override
- Disable paging.
- Reboot.
- Delete drive D.