I have a problem trying to mount a SD card in Ubuntu 12.04. The message what I get from the system is:
mmc0: error -110 whilst initialising SD card
I'm on the 3.5.0-24-generic
kernel.
I check previous kernel 3.5.0-15 and card is on the system. I think is some bug in kernel.
I was looking some solution on web. They say my card is dead (but is working)
What I should do?
Some more information on this issue here. If someone have more question about my hardware just ask.
lspci -nn
andlsusb
and add the output to your post it would be useful. This helps determine which card reader you may have and whether there is a known problem with that model. – roadmr Apr 03 '13 at 20:25mount -t vfat /dev/mmcblk0 /tmp
show? and any messages indmesg
? Error sounds like a bad formatting. Try the bottom comment: http://forums.opensuse.org/english/get-technical-help-here/hardware/471033-sdhc-card-suddenly-inaccessible.html (testdisk to check the disc) – Rinzwind Dec 15 '13 at 19:38