Share via

is it possible to merge my C: and D: drives?

Anonymous
2024-09-16T09:10:28+00:00

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.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2024-09-17T12:18:08+00:00

    Is the issue resolved now?

    1 person found this answer helpful.
    0 comments No comments
  2. 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:

    1. Open Disk Management on your PC.
    2. Locate and right-click the D drive, then select "Delete Volume". Click "Yes" to confirm.
    3. Right-click on the C drive and select "Extend Volume".
    4. 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

    1 person found this answer helpful.
    0 comments No comments
  3. 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.

    1. Disable Windows RE to preserve the image file. Run

    reagentc /disable

    1. Delete partition 4.

    diskpart

    select disk 3

    select partition 4

    delete partition override

    1. Disable paging.
    2. Reboot.
    3. Delete drive D.
    0 comments No comments