Using Windows Server's data deduplication feature:
Given a specific chunk file in the chunk store, is it possible to determine which file/s include that chunk?
The use case here is that unreadable blocks on the disk can be mapped back to the chunk file, meaning that corruption may have occurred in that specific chunk file, and I would like to know what file/s use that chunk, so I can manually check whether those file/s appear to be corrupted in any way, and/or assume they are corrupted and restore them etc.
***Logical sector 4298505920 (0x10035fec0) on drive X is in file number 144581.
\System Volume Information\Dedup\ChunkStore\{F3F1DCDF-134B-4A3E-AFD5-5F698E42667A}.ddp\Data\000004ad.00000001.ccc
In other words, can I find out what file/s are using the data in the above chunk file?