memory card asking tobe formatted

Thug
Soldato
Joined
4 Jan 2013
Posts
3,783
Yes I'm stupid for not backing it up, but that's a lesson learned.

Basically memory card is asking me to format it and is not holdo g a y files.

Tried recuva but no luck. Any ideas? On mobile sorry.
 
You could try (from XDA):

Sometimes the filesystem on the card gets corrupted. It can happen for example if the card was ejected while a file operation on it was in progress. When that happens you might have trouble accessing some of the files, loading times for some directories in file explorer may be very slow.
You can attempt to fix it using the desktop windows' built-in chkdsk utility.

Open up command prompt (start->run->cmd.exe) and type

chkdsk /X /F <SD card drive letter>

My SD card reader is X:\ drive, so i wold use the following command:
chkdsk /X /F X:

SD card reader is recommended, but probably not necessary because it should also work with WinMo's built-in USB mass storage function or wm5torage.

Under linux you can check/fix the card's filesysterm and in some cases undelete a file using fsck.vfat or dosfsck (single tool, two possible names). Refer to its help for more details.
 
Back
Top Bottom