Unable to clear Volume shadow copies in D Drive

Shalabh Kaushik 0 Reputation points
2024-07-17T15:54:32.92+00:00

Recently we are starting getting this issue that we are not able to clear the volume shadow copies for D Drive on Windows server, it is 2019 OS.
I scanned through tree size i can only see one file in Volume shadow copy consuming 44.7 GB, and the capacity od D Drive is 50 GB. I also checked shadow copies setting and nothing configured there, everything is cleared from shadow copies, but this fill is not deleting, it seems some corrupted shadow copy file not cleared. Can any one help on this how to get rid of this 44.7 GB of file.
Please find attached snap for your understanding.D Drive Shadow Copies.png

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,599 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,594 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ian Xue (Shanghai Wicresoft Co., Ltd.) 34,116 Reputation points Microsoft Vendor
    2024-07-19T02:45:41.1+00:00

    Hi Shalabh,

    Hope you're doing well.

    We can use the following command to check shadows copies in D drive:

    vssadmin list shadows

    vssadmin list shadows | Microsoft Learn

    Use the following commands to delete shadow copies:

    (1) vssadmin delete shadows /all

    (2) By using diskshadow:

    a. diskshadow

    b. delete shadows volume D:

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments