What are some commands I can use to troubleshoot an ReFS filesystem?

Problem:

What are some commands I can use to troubleshoot an ReFS filesystem?

Solution:

These options will scan and check the volume:

refsutil salvage -D D: C:\salvage -x -v


refsutil salvage -QS D: C:\salvage\ -v -x 

 

This command will restore data from a corrupt volume:

refsutil salvage -SL D: C:\salvage F:\restore C:\salvage\restorefiles3.txt -v

Leave a Reply

Your email address will not be published. Required fields are marked *