Thread
:
Need help internal mmc not recognised on n)900
View Single Post
michaaa62
2012-07-11 , 09:34
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 :(
Quote & Reply
|
The Following User Says Thank You to michaaa62 For This Useful Post:
Estel
michaaa62
View Public Profile
Send a private message to michaaa62
Find all posts by michaaa62