View Single Post
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.
 

The Following 2 Users Say Thank You to michaaa62 For This Useful Post: