Thread: memory corrupt
View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#15
Okay, now try to mount the partition after checking the filesystem
Code:
fsck -f /dev/mmcblk0p1
Most of the times fsck guesses the right tweaks the filesystem needs. Sometimes the '-r' option might be necessary instead of '-f'.
Then mount MyDocs
Code:
mount MyDocs
.
All must be done by root (sudo gainroot)