So, I had 2 kingston SDHC 16 gb cards. They used to work fine on my raspberry pi B until there were a few power outages. When I used them on my computer or video camera they work perfectly fine. But whenever I try to re-install Noobs 1.4.1 on them for my Raspberry pi B, I get these errors seen here.
Is the card somehow corrupt or is it the Raspberry Pi? if the card is corrupt, why does it still format and function properly? Is this version of noobs incorrect for the B?
e2fsck
to see if it really is corruption. Note the author of the duplicate said the problem was fixed by using a better power supply. – goldilocks Jun 26 '15 at 10:25mountnfs.sh
) and complains some executables are in the wrong format, implying the same -- the file on disk appears as garbage. In the pic you link above, pretty much the same thing is going on plus some fundamental system binaries can't be found. Filesystem corruption isn't the only way to explain this, but it is a very likely one. However, if you cannot examine the filesystem outside of the pi, or give it to someone who can, there is no way to confirm this. – goldilocks Jun 27 '15 at 12:38