CRC Error Recovery
Steps
-
1Check the cause. In the case the CRC error was thrown by the hard drive, the cause is likely data being incorrectly written to the hard drive. This can be caused by either the operating system being corrupt, or a power loss.Ad
-
2To fix a hard disk CRC error, run the CHKDSK application. In the "My Computer" folder, right click the affected hard drive and click properties.
- 3(In most of the cases this doesn't work because from GUI It won't show all the properties of the disk; It will end-up without doing any disk check. The alternative to this step is execute commands from command prompt 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 and you would be able to explore your disk.
-
4You can trace the logs of chkdsk utility from Right click on
-
5'My Computer' -> Manage -> Event Management -> Application logs.
- 6No need to follow below steps.
- 7#*You will be informed that you need to restart the computer to perform the check, click the schedule check button, then restart the computer.
-
8Enter the "Tools" tab and click the "Check Now" button. A small windows will appear, make sure the "Automatically check for filesystem errors" box and the "Find and repair bad sectors" box is checked. Then click start.
No comments:
Post a Comment