One folder not accessible. Data error cyclic redundancy check

Closed
Jstarz Posts 1 Registration date Monday 12 October 2015 Status Member Last seen 12 October 2015 - 12 Oct 2015 à 07:39
jollym124 Posts 98 Registration date Wednesday 21 January 2015 Status Member Last seen 28 March 2017 - 16 Oct 2015 à 02:50
Hello,

I have access to all other folders in my external hard drive except for one folder which is not accessible.

Data error (cyclic redundancy check)

Kindly teach me what I can do. Thank you.
Related:

2 responses

Blocked Profile
12 Oct 2015 à 17:35
Run a chkdsk on it. Open a command prompt and type in help chkdsk. FOllow instructions.

I have said it once, I will say it again. IT!
jollym124 Posts 98 Registration date Wednesday 21 January 2015 Status Member Last seen 28 March 2017 28
16 Oct 2015 à 02:50
CRC error occurs in hard drive when the data is incorrectly written on the hdd or due to corrupt operating system, or a power loss case.
To Fix the error

Go to My computer> Right click the hard drive and click properties and select tool tab...> check error checking section.

The alternative for fixing the hdd is as below:

. Run CMD as an Administrator
. type chkdsk C: /f /r ( 'C' signifies the affected Drive).
. Run DiskPart utility from the same command prompt type DiskPart
Once utility is loaded run "rescan" command. This command locates new disks that might have been added to the computer.


Hopefully problem would be resolved.