View Single Post
Posts: 75 | Thanked: 42 times | Joined on Dec 2011 @ Uruguay
#5
Originally Posted by pichlo View Post
No idea. I had the same problem once. Except that in my case it was the Calendar application that kept closing. But that was on a totally borked system. File system corruption, inconsistent packages, you name it. The OP looks like (s)he has some understanding of the Linux command line, so how about - close all applications, open terminal and then:
Code:
root
apt-get install -f
dd if=/dev/mmcbl0p2 of=/media/mmc1/optfs.backup
fsck /media/mmc1/optfs.backup
If you are wondering why not fsck /dev/mmcbl0p2 directly, feel free to try it (it won't break anything, just fail because the device is in use). The dd command will take a while (easily 15 minutes or more), just give it time.
You fsck .backup file.

How will this help to solve the problem on mmcbl0p2?


EDIT: It does not work at all. fsck asks for parameters wich are not explain here.

Last edited by RichardN900; 2013-07-17 at 20:22.