View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#2
Sometimes the file system on the partition becomes corrupted due to bad unmount, try to fix (needs rootsh installed)
Code:
sudo gainroot
umount /dev/mmcblk0p1
This might actually give an error, if the device is not mounted in the first place, you could ignore this.
Code:
fsck -af /dev/mmcblk0p1
mount /dev/mmcblk0p1 /home/user/MyDocs
Hope it cures your filesystem. Please post here if any more errors occur.

Last edited by michaaa62; 2012-07-11 at 16:14. Reason: typos all over the place :(
 

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