Do you have another external disk (e.g. your backup disk - I hope you do have one) to which you can try copying the files?
Alternatively (or in addition) you may run
chkdsk <drive-letter>: /f /r
to find out whether the drive contains errors. However, keep in mind that this command will try to fix errors, i.e. makes changes on the disk if required.
André