View Single Post
Posts: 2,006 | Thanked: 3,351 times | Joined on Jun 2010 @ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
#11
Originally Posted by Jack6428 View Post
I have tried that, but when I "apt-get update" it writes:

E: Could not open lock file /var/lib/apt/lists/lock - open (13 Permission denied)
E: Unable to lock the list directory
apt-get should be run as root.

But, first try what Duy2anh suggested.

Originally Posted by Jack6428 View Post

Originally Posted by Duy2anh View Post
I think it has something to do with MyDocs partition becoming read-only problems discussed on this thread:

http://talk.maemo.org/showthread.php?t=66004&page=2

This problem seems to occur when the phone freezes or restarts while some apps are accessing your MyDocs partition.

Have you tried this:

Originally Posted by michaaa62 View Post
Check the file system
Code:
fsck -af /dev/mmcblk0p1
Fsck should identify the file system type.
Then, if everything goes well, mount it back to its place
Code:
mount /home/user/MyDocs


If it mounts alright, check again from your media app, if it says cannot mount or some application is trying to access this folder, reboot the phone and hopefully your problems gone.
I have tried that, but when I type "fsck -af /dev/mmcblk0p1" it writes:

-sh: fsck: not found
fsck should also be done as root.

You could install rootsh from Application Manager.

Last edited by Wikiwide; 2011-01-01 at 22:18.