View Single Post
Posts: 20 | Thanked: 0 times | Joined on May 2011
#20
Originally Posted by michaaa62 View Post
Yes it does.
The partition for MyDocs is not mounted, this might be often triggered by a corrupted file system due to not being safely removed from a PC.
Please try
Code:
sudo gainroot
fsck -af /dev/mmcblk0p1
If no errors occur, try to mount it
Code:
mount /dev/mmcblk0p1 /home/user/MyDocs
I did this, and had no troubles, terminal went through those code without any hickups, so I guess that's not the problem.