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
Originally Posted by Duy2anh 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 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
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 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.
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
fsck -af /dev/mmcblk0p1
mount /home/user/MyDocs