Pendrive shows empty even when data exists
Closed
Murugan
-
Apr 25, 2015 at 02:34 AM
Ambucias Posts 47312 Registration date Monday February 1, 2010 Status Moderator Last seen March 28, 2026 - Apr 25, 2015 at 05:05 AM
Ambucias Posts 47312 Registration date Monday February 1, 2010 Status Moderator Last seen March 28, 2026 - Apr 25, 2015 at 05:05 AM
Related:
- Pendrive shows empty even when data exists
- Tmobile data check - Guide
- Transcend pendrive ✓ - Pen Drive, USB & SD Card Forum
- Data transmission cables - Guide
- Toshiba pendrive - Pen Drive, USB & SD Card Forum
- How to copy data from one excel sheet to another - Guide
1 response
Ambucias
Posts
47312
Registration date
Monday February 1, 2010
Status
Moderator
Last seen
March 28, 2026
11,166
Apr 25, 2015 at 05:05 AM
Apr 25, 2015 at 05:05 AM
Try this 1.
Check whether files are not in hidden mode.
Click on "Start" --> In search box, type cmd and press "Enter".
"Command Prompt" will be opened.
Here I assume your pen drive letter as G:
Enter this command.
attrib -h -r -s /s /d g:\*.*
[You can copy the above command --> Right-click in the Command Prompt and
paste it.]
Note : Don't forget to replace the letter g with your pen drive letter.
Now press "Enter".
Now check for your files in your pen drive.
Good Luck.
Check whether files are not in hidden mode.
Click on "Start" --> In search box, type cmd and press "Enter".
"Command Prompt" will be opened.
Here I assume your pen drive letter as G:
Enter this command.
attrib -h -r -s /s /d g:\*.*
[You can copy the above command --> Right-click in the Command Prompt and
paste it.]
Note : Don't forget to replace the letter g with your pen drive letter.
Now press "Enter".
Now check for your files in your pen drive.
Good Luck.