Admin-Ahead Community

Linux => General Linux => Topic started by: vichithrakumart on August 04, 2018, 10:53:52 am

Title: How to Fix USB Pen drive not Showing Data Files
Post by: vichithrakumart on August 04, 2018, 10:53:52 am
Connect the USB pen drive or flash drive to PC. Open Windows Explorer > Go to Tools > Folder Options > Go to View Tab > Check "Show Hidden Files". This will make sure that the files and folders are not in hidden mode.

 Next, click on Start Menu -->Run --> Type cmd and press Enter.

To make the pen drive data showing, type the commands:

Code: [Select]
attrib -h -r -s /s /d k:\*.* 
press Enter. Here, you need to replace "K" with your pen drive letter.