Recently I setup a new file server and formatted all data drives with ReFS. I was having a error when writing to one of them. The write would freeze and in the even viewer I saw this, 1000's of times "The IO operation at logical block address e80a68 for Disk 4 was retried". Tracked down the issue with a disk scan in HD Tune. It showed that the drive had a few bad blocks.
Tried to find a way to repair, but wasn't sure how to do it with ReFS. Formatted the drive back to NTFS to use chkdsk. Although running the /F command in chkdsk didn't find anything, the event viewer shows the following error several times "The
device, \Device\Harddisk4\DR4, has a bad block."
How can I repair this, and why didn't ReFS fix this on it's own?
Any input here would be very appreciated.