View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#7
Did you try to check the file system?
You need rootsh from extras repository install for this to work in X-Terminal
Code:
sudo gainroot
umount /dev/mmcblk0p1
fsck -af /dev/mmcblk0p1
mount /dev/mmcblk0p1 /home/user/MyDocs
 

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