Hi! I have problem reading file on ReFS disk in Windows Server 2019.
We have server with RAID 1+0, one logical drive of which is formatted with ReFS for Hyper-V machines (VMS and vhdx disks).
Some time ago we discovered that one vhdx disk file cannot be accessed in file system. We see this file in file system, but cannot open it, but we can move it to any other directory. We cannot mount it, cannot copy it and so on. Every operation gives
out an error:
"0x80070570: The file directory is corrupted and unreadable".
Because of ReFS, we cannot use chkdsk.to fix it.
Also we have used sfc /scannow and DISM.exe /Online /Cleanup-image /Restorehealth. Everything is ok now!
In RAID there was one disk that had health notification to be better replaced, but RAID was healthy. But we replaced it with new disk.
Also we use deduplication service on this logical disk.
Urgent help is badly needed:
1. How can we fix that vhdx file reading error?
2. How and with what programs can we retreive maximum data from that vhdx file?
Big thanks in advance!