vote up 0 vote down star

Do any one know a software to check AND mark bad blocks on SD card?

To clarify - bad block is a block of card which can't store data. The problem is - no error reported on read or write operation. The only way to check it is to write data and then read it. There is tool to check and find those blocks, but it will not mark them as bad.

It there are many, please tell which of them are freeware.

ps. Old formating software could mark bad blocks, but only on device errors.

UPD. I need it to support FAT12 (default on SD card). And it could be for WinCE, win or unix.

flag

3 Answers

vote up 1 vote down check

SD cards include controller circuitry to perform bad block management and wear leveling.

If you're starting to see bad blocks at the user level, the memory is just plain bad.

link|flag
I have read that it is not enough. There is "Ultimate Software Solution for High-Performance Flash Storage" – Malx Jan 12 at 0:06
+1 on this advice. Malx: Your ultra-cheap commodity hardware is failing. Replace it before you lose important data. – jrockway Jan 12 at 0:14
@Malx - the software you're referring to (Samsung's XSR) is the type of thing that would go into an embedded system/device using NAND flash parts. In fact, I wouldn't be surprised if it's what Samsung puts on SD card microscontroller for SD cards they manufacture. – Michael Burr Jan 12 at 0:43
@Michael Burr - look at PDF here: samsung.com/global/business/… It states host OS as WinXP. It is LLD low level driver. Loot at samsung.com/global/business/… - app area. – Malx Jan 12 at 2:45
@jrockway - device of this type could have bad blocks from begining - samsung.com/global/business/… – Malx Jan 12 at 2:56
show 2 more comments
vote up 1 vote down

SD cards don't have low-level error checking abilities like hard disks do with SMART - your best bet is to format them using mkfs -cc to do a read-write test for bad blocks - these type of cards are more likely to fail when writing than when reading so a readonly test won't catch many errors, if any at all.

Or if you have the time, implement an ECC module for device-mapper...

link|flag
Sorry, but I can't find -cc for any other then ext2/ext3 fs. But I need FAT which is default for SD cards. – Malx Jan 12 at 2:30
vote up 1 vote down

Considering an 8G SD card is about $15 these days, I would just chuck the bad card and buy yourself a brand new one.

link|flag
It is not for personal use. If you have 100 cards in use it is not so easy to recheck them all and change. But we had to do so now. :( – Malx Jan 11 at 23:02
If the card is already starting to fail, what makes you think that it is going to stop failing after you mark the blocks that appeared to be bad today? – jrockway Jan 11 at 23:03
Is is not. But I could use it until it fails in all blocks :) – Malx Jan 11 at 23:43

Your Answer

Get an OpenID
or

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