Live data from Hacker News

XCalibur – the microSD in the stone

devpost.com

11–20 of 31 posts

Re: XCalibur – the microSD in the stone

#19

Sounds hasty. There are so many layers between you and your SD card it is hard to know sometimes which ones are broken. Typically, if you can't use dd(1) to write to it, and the error dd(1) gives is not 'write protected media', then your card is essentially dead.

The interesting thing is that dd wouldn't even give us an error, but the write speeds were abysmal. Toward the end of the hackathon, we noticed that blocks would be corrupted here and there, while leaving other pieces of data (even entire MP3 files) intact.

I think we ended up pointing to issues with the SD card's bus as the most likely cause for the behavior we saw, but we weren't even certain about this.

Post reply on HN