Pendrive shows that it's empty

Closed
viki - Feb 13, 2015 at 08:46 AM
xpcman Posts 19530 Registration date Wednesday October 8, 2008 Status Contributor Last seen June 15, 2019 - Feb 13, 2015 at 02:44 PM
Hello,

if i open the pendrive it shows that empty but i am having files what can i do


1 response

xpcman Posts 19530 Registration date Wednesday October 8, 2008 Status Contributor Last seen June 15, 2019 1,826
Feb 13, 2015 at 02:44 PM
Try this:

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 is 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
0