Pen Drive Shows Empty When Data Exists
Closed
                    
        
                    jhankar2017
    
        
                    Posts
            
                
            1
                
                            Registration date
            Monday September 25, 2017
                            Status
            Member
                            Last seen
            September 25, 2017
            
                -
                            Updated on Sep 25, 2017 at 04:49 AM
                        
Ambucias Posts 47311 Registration date Monday February 1, 2010 Status Moderator Last seen February 15, 2023 - Sep 25, 2017 at 04:50 AM
        Ambucias Posts 47311 Registration date Monday February 1, 2010 Status Moderator Last seen February 15, 2023 - Sep 25, 2017 at 04:50 AM
        Related:         
- Pen Drive Shows Empty When Data Exists
- Tmobile data check - Guide
- Wd drive unlock quit unexpectedly - Guide
- Turn off s pen - Guide
- Vba check if value exists in array - Guide
- Data transmission cable - Guide
1 response
                
        
                    Ambucias
    
        
                    Posts
            
                
            47311
                
                            Registration date
            Monday February  1, 2010
                            Status
            Moderator
                            Last seen
            February 15, 2023
            
            
                    11,166
    
    
                    
Sep 25, 2017 at 04:50 AM
    Sep 25, 2017 at 04:50 AM
                        
                    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
            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
