Error in Mount_storage: mount_common: Could not mount
Raspbery pi4 128gb Sd card Fresh install and comes this.
it allways makes an 511mb Volume and an 32mb volume when i creat it.
Can anyone help me
Error in Mount_storage: mount_common: Could not mount
Raspbery pi4 128gb Sd card Fresh install and comes this.
it allways makes an 511mb Volume and an 32mb volume when i creat it.
Can anyone help me
The error to mount is normally caused by the filesystem being marked/detected as "dirty" meaning it has errors. Make sure the card is unmounted cleanly in Windows (or whatever OS the SD card was created from) before removing the SD card, as that can be the cause. The 32MB /storage partition will be automatically deleted and recreated at 100% size during first-boot.
That did not help direcktly.
But my problem was that i formatet the 32mb drive because the computer asked me to. And with your notice that it will be deleted i was not do it.
And now it works.
So thank you.
Hi, i have found the solution
The problem is the Image of EXT4 partition in the SD card image, it is corrupted and cannot work correctly.
To resolve problem, you must
- Create a SDCard with the image
- Goto Linux PC (or emulator) and reformat ext4 partition using GParted
- Replace UUID with the correct one using (tune2fs /dev/sdb2 -U xxxxxxx)
- place in raspberry and enjoy