I have a Windows 2022 Domain Controller server for which the E drive is running out of diskspace.
Via the Treesize program I can see that it is the System Volume Information folder that is filling up with these strange files that take up about 7,2GB each time. I am wondering what these files are?
I initially thought it were files from the DFS replication. So I tried the below commands to fix it but this did not help. The files are still there after running these commands.
WMIC.EXE /namespace:\root\microsoftdfs path dfsrreplicatedfolderconfig get replicatedfolderguid,replicatedfoldername
WMIC.EXE /namespace:\root\microsoftdfs path dfsrreplicatedfolderinfo where "replicatedfolderguid='XXX" call cleanupconflictdirectory
I then came across an article where it says that it could be related to Volume Shadow Copies so I checked this setting but it seems not enabled.
Anybody know where these files come from and how to stop them from generating?
