I have a Lexar 1GB micro SD. Neither Windows nor Linux recognizes the device when I plug it in. (The adapter reads other micro SD cards fine.) So I'd like to know what are the most common causes for this symptom and if there's a way to recover. There are pictures on it, and I was hoping to try PhotoRec.
|
feedback
|
migrated from electronics.stackexchange.com Aug 8 '11 at 18:13
This question came from our site for electronics and electrical engineering professionals, students, and enthusiasts.
If it's a corrupted FAT, you have a prayer of recovery, otherwise I'd say not. Also it won't be easy. You might be able to use a microcontroller to pull the raw data off the card and get the memory image onto your PC for further processing. | |||
|
feedback
|
|
When you say neither OS recognizes the device when you plug it in, do you mean that it's presence is not detected at all (under linux, no messages in dmesg) or that it's not detected as a valid filesystem? If it's just an invalid filesystem, dd's it to an image file and attempting recovery of that (or at an extreme, just grepping it for jpg headers) could be worthwhile. If there's nothing in dmesg, or assorted errors, it may be harder to do anything. Posting any output from linux dmesg resulting from plugging it in could be very helpful. | |||||
feedback
|
|
I've seen some mechanical failures of connector soldering in PCMCIA cards ( same connector as CF but more ins). You might be able to rework the connector joints and get the device to be recognised. But it's equally likely that the damage is electrostatic discharge and the whole board is dead. So it you can, or have friend who can, rework the connector, it might work again. | |||
|
feedback
|