View Single Post
travla's Avatar
Posts: 397 | Thanked: 241 times | Joined on Mar 2010 @ Melbourne, Australia
#6
Originally Posted by michaaa62 View Post
Most of the time a partition will get mounted if a file system is in a bad state or corrupted. You need rootsh to be installed for this to work from X-Terminal.
Code:
sudo gainroot
umount /dev/mmcblk0p1
fsck -af /dev/mmcblk0p1
mount /dev/mmcblk0p1 /home/user/MyDocs
Thanks for the response guys. Is there any warnings/words of advice (other than backup) that you would give me before I do the above. Am I at risk of losing data or further corrupting my file system by carrying out the above?