I have a full node and it crashed due to an apparent disk read error.
"ERROR: ReadBlockFromDisk: Deserialize or I/O error - CAutoFile::read: fread failed" etc.
What is the proper way to recover from such an error and get the node running again?
if you are using Windows, open dos shell, and type "chkdsk /F"
the "/F" parameter still for FIX.
it can repair bad Sector.
just give it a try...