Pen drive shows empty even when data exists
Solved/Closed
mani5306
Lokesh - May 8, 2017 at 04:33 AM
- Posts
- 1
- Registration date
- Saturday November 12, 2016
- Status
- Member
- Last seen
- November 12, 2016
Lokesh - May 8, 2017 at 04:33 AM
Related:
- Pen drive show empty even when data exists
- Pen drive show empty even when data exists ✓ - Forum - Viruses/Security
- Pen drive shows empty even when data exists ✓ - Forum - Pen Drive/USB Key/SD Card
- Pen drive shows empty even when data exists ✓ - Forum - Pen Drive/USB Key/SD Card
- Pendrive folder appears empty ✓ - Forum - Pen Drive/USB Key/SD Card
- Pen drive detected but not showing data - Guide
1 reply
Ambucias
Nov 13, 2016 at 06:34 AM
- Posts
- 47363
- Registration date
- Monday February 1, 2010
- Status
- Moderator
- Last seen
- September 1, 2021
Nov 13, 2016 at 06:34 AM
Try this 1
Check if the files are not in hidden mode.
Click on "Start" -->Run --> Type cmd and press Enter.
Here I assume your pendrive drive letter as G:
Enter this command.
attrib -h -r -s /s /d g:\*.* --> Press Enter
You can copy the above command --> Right-click in the Command Prompt and
paste it.
Note : Replace the letter g with your pen drive letter.
Now check your pen drive for the files.
Good Luck
Check if the files are not in hidden mode.
Click on "Start" -->Run --> Type cmd and press Enter.
Here I assume your pendrive drive letter as G:
Enter this command.
attrib -h -r -s /s /d g:\*.* --> Press Enter
You can copy the above command --> Right-click in the Command Prompt and
paste it.
Note : Replace the letter g with your pen drive letter.
Now check your pen drive for the files.
Good Luck
Feb 6, 2017 at 12:04 PM
Apr 18, 2017 at 01:21 PM
May 8, 2017 at 04:33 AM