View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#5
To get this working in X-Terminal application you need rootsh installed:
Code:
sudo gainroot
umount /dev/mmcblk0p1
There might be an neglectable error here
Code:
fsck -af /dev/mmcblk0p1
mount /dev/mmcblk0p1 /home/user/MyDocs
If any errors occur, please post them here.
 

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