Raspberry Pi: Error mounting: mount: /dev/sdb1: can't read superblock

If you face this error when you connect your memory card after performing dd operation.

It means you have not un mounted the drive before performing the dd operation.

So in order to solve this, you have to perform dd operation again , but before that

sudo umount /dev/sdx

This solved my problem

Comments

Popular posts from this blog

Appending and Prepending in Yocto - +=, =+ vs .=, =.

ARM interview questions

Linux driver example for Per CPU Variable