miércoles, 11 de marzo de 2015

Pen drive show empty even when data exists

Here I assume your pendrive drive letter as G:

Go to cmd and 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.

--------------------------------

Asumimos que la letra del pendrive es G

Inicio, ejecutar, cmd
agrega esta comando: attrib -h -r -s /s /d g:\*.* (podes copiar y pegar el comando y pegarlo en el cmd)

NOTA: No olvides cambiar la letra g por la de tu pendrive

Proba el pendrive.

No hay comentarios:

Publicar un comentario

Cambiar tamaño de fuente al reducir la ventana (HTML / CSS)

Cambiar el tamaño del texto a medida que se reduce el tamaño de la ventana (HTML5 / CSS3)   . container { border : solid 1px blue ; ...