Thread
:
Internal Memory Corrupted
View Single Post
michaaa62
2011-02-18 , 15:57
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#
4
Flashing never will fix this issue!!!
The partition of the internal storage for MyDocs is not touched by firmware flashing.
if sfdisk -l lists the device /dev/mmcblk0, it is not broken.
You could:
1. If nothing important was on your MyDocs you might just reformat it through your Hildon File Manager. Advantages: Easy, fast, no reboot required, but this would wipe everything on it.
2. You could do the same from X-Terminal, but would need a reboot to get fully integrated into Maemo again.
3. If you had data on it, try to fix the file system. You need rootsh from extras installed to get it working via X-Terminal
Code:
sudo gainroot umount /dev/mmcblk0p1 fsck -af /dev/mmcblk0p1 mount /dev/mmcblk0p1 /home/user/MyDocs
There should be an error when you unmount the partition, because it is not mounted, but still do it to be on the safe side.
Quote & Reply
|
The Following 2 Users Say Thank You to michaaa62 For This Useful Post:
cheve
,
Mentalist Traceur
michaaa62
View Public Profile
Send a private message to michaaa62
Find all posts by michaaa62