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

bb.utils.contains yocto

Difference between RDEPENDS and DEPENDS in Yocto

make config vs oldconfig vs defconfig vs menuconfig vs savedefconfig