up vote 0 down vote favorite
share [g+] share [fb]

I wanted to put Wikipedia on my laptop, so I got a 16GB SD card to hold it...but it was formatted as FAT32, and can't hold the 12GB image, so I tried to reformat it to NTFS...and it's now dead as a doornail. The OS can't see it, or can't access it, anyway. So I can't format it back to FAT32, either.

I tried to rescue it with Ubuntu, but it can't see it either.

Any ideas?

link|improve this question
This question belongs on serverfault.com – Chris Kloberdanz Nov 13 '09 at 22:42
1  
I'd say superuser.com, actually. – mmyers Nov 13 '09 at 22:43
1  
Or superuser.com – JW. Nov 13 '09 at 22:43
feedback

migrated from stackoverflow.com Nov 13 '09 at 22:45

This question came from our site for professional and enthusiast programmers.

3 Answers

One of your first steps should be to try and see what is going on when you place the card in the reader. Under Ubuntu you can place the card in the reader, then run the "dmesg" command to see the output of the system trying to mount the device.

What you may be observing under Linux is that it can find the device, but not mount the device. If that's the case you can then run something like mkfs.vfat /dev/sdc1 (or whatever the appropriate device node is, as seen in dmesg).

It's really hard to say without more information as there could be many more problems.

link|improve this answer
feedback

Go to the manufacturer's support page (they have one don't they?). If they don't have a fix for your situation since it sounds like you recently bought it, see what it takes to return it. It could be you have a defective card, and the fact it went dead when you tried to format it is a coincidence. Either way it's dead and should be under warranty.

link|improve this answer
feedback

when you connect the SDHC card, does it show up in the Windows Disk Management Console?

if it does, delete the existing partition(s) and create a new one, then format it again.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown