vote up 0 vote down star

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?

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

migrated from stackoverflow.com

3 Answers

vote up 2 vote down

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|flag
vote up 1 vote down

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|flag
vote up 0 vote down

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|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.