[Fixed] "Location Is Not Available" E:\ Is Not Accessible The File Or Directory Is Corrupted And Unreadable (On External Hard Drive Or USB)
[Solved] The File Or Directory Is Corrupted Or Unreadable
You may face this error message when you try to open USB Drive or External Hard Drive. You can solve this problem easily by using Command Prompt (i.e., by running cmd.exe), in windows 7 8 10 11.
1. Run Command Prompt (Cmd) as an administrator.
2. Then type the following code:
CHKDSK /F G:
And then hit “Enter”
Here “G” is the drive letter of USB Drive.
Comments