Pendrive shows empty even when data exists

Closed
Murugan - Apr 25, 2015 at 02:34 AM
Ambucias Posts 47356 Registration date Monday February 1, 2010 Status Moderator Last seen February 15, 2023 - Apr 25, 2015 at 05:05 AM
pen drive shows empty even when data exists how to recover th data

1 response

Ambucias Posts 47356 Registration date Monday February 1, 2010 Status Moderator Last seen February 15, 2023 11,168
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.
0