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
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
Post a Comment