Post date: Jul 24, 2014 2:3:20 PM
How to fix corrupted flash drive
Sometimes your flash drive shows " No Folder or no files inside" although
it occupied some space or memory.
Due to bad removal of flash drive this type of problem occurred.
You should change attributes of that drive to fix that problem.
First go to RUN>CMD or direct CMD
type- attrib -h -r -s /s /d / g:\*.*
Enter.. that's all.
Replace "g" with your drives path letter . If your flash drives path letter is "H" then type h:\*.*
Watch this video for clear concept.
ATTRIB Command:
ATTRIB:
"+" Sets an attribute.
"-" Clears an attributes.
"R" Read only.
"A" Archive.
"S" System File.
"H" Hide.
"I" Not content Indexed file.
DRIVE, PATH & File Name:
"/S" Current folder and all Subfolders
"/D" Folders as well.
"/L" Symbolic Link versus the target of the Symbolic Link