I have a minor problem with my Pi 3 Model B.
I have already written this in the German part, but unfortunately nobody can help me there. So now I'm hoping someone here has any solution for me.-
I wanted to update TeamViewer-Host to the latest version, because I got a message about an outdated version.
So I ran sudo apt-get update and sudo apt-get upgrade. Unfortunately TeamViewer was never updated because (as I found out later) TV 14 requires Debian 9. But on my Pi 3 Debian 8 is still installed. Apart from some sudo apt-get updates and sudo apt update/upgrade and dist-upgrade nothing else was actually done. Since then my mysql server didn't work anymore and the phpmyadmin web interface wasn't available anymore. The Pi was still controllable via TV and SSH accesses worked normally.
So I just restarted the Pi, hoping that the SQL Server would work again. Unfortunately the complete Pi doesn't work anymore. When booting I get a lot of fast running messages, which I unfortunately can't read, then it stops at
Code: Select all
--- [ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,7)I tried some internet solutions and plugged the micro sd card into my laptop running cinnamon.
Using the laptop, the SD card appears to contain three file systems/folders:
root,boot and SETTINGS.
boot and settings are easy to mount and data can be read.
root does not mount, however. Here I get the error message:
Code: Select all
Error mounting /dev/mmcblk0p7 [...] exited with non-zero exit status 32: mount: /dev/mmcblk0p7: can't read superblockSome suggest trying to mount the card using different superblocks. However, in my case, this leads to
Code: Select all
wrong fs type, bad option, bad superblock on /dev/mmcblk0p7, [...]Trying to restore the superblock backup using
Code: Select all
sudo fsck.ext4 -v /dev/mmcblk0p7Code: Select all
The bit switch "needs_recovery" in the superblock is not set, but the journal contains data.
Start Journal anyway? y
and
fsck.ext4: Superblock flags could not be set to root
Can please someone help me?