Pendrive shows empty even when data exists
Closed
                                    
                        Murugan                    
                                    -
                            Apr 25, 2015 at 02:34 AM
                        
Ambucias Posts 47311 Registration date Monday February 1, 2010 Status Moderator Last seen February 15, 2023 - Apr 25, 2015 at 05:05 AM
        Ambucias Posts 47311 Registration date Monday February 1, 2010 Status Moderator Last seen February 15, 2023 - Apr 25, 2015 at 05:05 AM
        Related:         
- Pendrive shows empty even when data exists
- Tmobile data check - Guide
- Vba check if value exists in array - Guide
- Data transmission cable - Guide
- Download facebook data - Guide
- Gta 5 data download for pc - Download - Action and adventure
1 response
                
        
                    Ambucias
    
        
                    Posts
            
                
            47311
                
                            Registration date
            Monday February  1, 2010
                            Status
            Moderator
                            Last seen
            February 15, 2023
            
            
                    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.
