Sometimes we plug the flash drive
into the computer, we can see the file name which stored in the flash drive,
but we can’t open it. It might cause by the flash drive corruption due to
unproper using or other reasons.
We can try to access the files by the following solutions:
Solution 1: Open a new text document in your flash drive, and enter the following code into the text document:@echo off
attrib -s -h -r /s /d
cls
exit
Go to File > Save
as, and save the document as unhide.bat.
Close and
delete the text document that you've just created. Double-click the unhide.bat batch
file. A black command screen will pop up and close on its own.
You should now
be able to access your files on the pen drive.
If you still
cannot access them, it may be because your USB drive has been corrupted or
infected with a virus. To repair any damage done, you can try to run chkdsk.
To do so, press
the Windows Key + X. Next, in the Power Users
menu, select the Command Prompt option. Click Yes in
the window that pops up.
In the Command
Prompt window, type chkdsk E: /f /r /x (replacing E with
your drive letter), then press the Enter key.