View Single Post
StefanL's Avatar
Posts: 298 | Thanked: 341 times | Joined on Aug 2010 @ This world :)
#12
Originally Posted by michaaa62 View Post
If it is clear that no hardware issue prevents mounting, you could try to check and repair the file system. You need rootsh installed for this
Code:
sudo gainroot
fsck -af /dev/mmcblk1p1
mount /media/mmc1
Output from fsck is as follows:

fsck.ex2: No such file or directory while trying to open /dev/mmcblk1p1
/dev/mmcblk1p1/:
The superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid and it really contains an ext2 filesystem (and not swap or ........) etc.

Output from mount command:
mount: can't find /media/mmc1 in /etc/fstab

How do I get the entry for mmcblk1p1 into /dev/ ?