Thread: memory corrupt
View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#4
First : It is possible to repair some things from the device itself before trying to reflash and therefore remove your files. You need rootsh installed to become root in a X-Terminal. So install it from Application Manager. Open X-Terminal and become root
Code:
sudo gainroot
You might try to check the filesystem
Code:
umount /home/user/MyDocs
fsck -f /dev/mmcblk0p1
Then remount MyDocs
Code:
mount MyDocs
If no errors show up, you might now be ready to roll again, if not please post here with the error messages.
 

The Following User Says Thank You to michaaa62 For This Useful Post: