View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#2
Try to install rootsh first. You need it to apply the following commands through X-Terminal application:
Code:
sudo gainroot
umount /dev/mmcblk0p1
There might be an error here if the partition is not mounted, but you might just carry on.
Code:
fsck -af /dev/mmcblk0p1
mount /dev/mmcblk0p1 /home/user/MyDocs
If more errors occur, please, feel free to post here.