An annoying Windows error message, with a simple fix. After copying some corrupted files onto my external Seagate hard drive I realized I could not delete them. I kept getting the error message, “Cannot read from the source file or disk” when I tried removing them. Finally I found the solution to my dilemma, “chkdsk”:
chkdsk [volume:][[Path] FileName] [/f] [/v] [/r] [/x] [/i] [/c] [/l[:size]]

By running the command:
chkdsk /f E:
I was able to “fix” the damaged files enough so I could delete them. Since I didn’t care about saving the files, I was not concerned about features of chkdsk which might have helped with that, but from what I understand, chkdsk can help you recover damaged files.