View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#8
Sorry for being so late, busy week...
After you installed rootsh, open X-Terminal application. After each line of code hit the enter button.
Become root by typing either
Code:
root
or
Code:
sudo gainroot
To be sure nothing is mounted type
Code:
umount /dev/mmcblk0p1
Note: This is spelled MMCBLK0P1 but each letter is written small, also note: there might be an error, which is however fine.

After being sure the partition is not mounted, perform the actual file-system check by typing
Code:
fsck -af /dev/mmcblk0p1
If strange output arises new questions feel free to ask here.

If no further errors occur, mount the partition
Code:
mount /dev/mmcblk0p1 /home/user/MyDocs
Hope it helps!