View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#26
The file system on that partition seem corrupted. Please try
Code:
sudo gainroot
fsck -b 8193 /dev/mmcblk0p2
fsck -b 16384 /dev/mmcblk0p2
fsck -b 32768 /dev/mmcblk0p2
Chances are there, that one of that numbers will pass a backup superlock to the fsck command.

Please post the full output here.