Guest pkatz Posted January 16, 2011 Report Posted January 16, 2011 My battery on pulse was low so I turned off my mobile. I pluggein the charger and then turned it on. I had an error message saying "SD card blank or has unsupported file system." What can I do to get my data back. And why did this happen?
Guest twrock Posted January 16, 2011 Report Posted January 16, 2011 One option is to turn off the phone, pull out the SD card and see if it is readable on your computer via some kind of card reader. Try to run some kind of "disk checking" software on your computer and see if there are any errors that can be fixed. I have no idea why this happened. Seems weird.
Guest AntonioPT Posted January 16, 2011 Report Posted January 16, 2011 Connect your phone to your computer through a card reader or in recovery. If you use Windows, open a command line prompt with administrator powers and run: CHKDSK /F Z: Being Z: the drive that Windows assigns to your card (D:, E:, F:, whatever). If you use Linux, open a terminal and run: sudo dosfsck -a /dev/sdb1 Being /dev/sdb1 the device node Linux assigned to your card. Run dmesg right after you insert the card to see which device node is being used. The above should check the card for errors and fix them.
Guest pkatz Posted January 17, 2011 Report Posted January 17, 2011 Connect your phone to your computer through a card reader or in recovery. If you use Windows, open a command line prompt with administrator powers and run: CHKDSK /F Z: Being Z: the drive that Windows assigns to your card (D:, E:, F:, whatever). If you use Linux, open a terminal and run: sudo dosfsck -a /dev/sdb1 Being /dev/sdb1 the device node Linux assigned to your card. Run dmesg right after you insert the card to see which device node is being used. The above should check the card for errors and fix them. Oh man . I can't believe it. ;) I must have dropped my mobile, as the memory card was out of the mobile when I checked. Maybe came loose. What a dufas, I should have looked first. Thanks for your help guys.
Guest twrock Posted January 17, 2011 Report Posted January 17, 2011 Oh man . I can't believe it. :) I must have dropped my mobile, as the memory card was out of the mobile when I checked. Maybe came loose. What a dufas, I should have looked first. Thanks for your help guys. If only all problems were that simple. ;)
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now