View Single Post
Old 02-12-2015, 08:16 AM   #1809
jiacker
Junior Member
jiacker began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Feb 2015
Device: Kindle paperwhite
Quote:
Originally Posted by NiLuJe View Post
Maybe a fsck /dev/mmcblk0p2 would shed some more light on this?

Also check if /mnt/mmc exists while you're at it.
[root@kindle /]# ls -al /mnt/mmc
drwxrwxr-x 2 root root 1024 Nov 30 2012 .
drwxrwxr-x 8 root root 1024 Nov 30 2012 ..
[root@kindle /]# fsck /dev/mmcblk0p2
fsck 1.41.10 (10-Feb-2009)
e2fsck 1.41.10 (10-Feb-2009)
fsck.ext2: Superblock invalid, trying backup blocks...
fsck.ext2: Bad magic number in super-block while trying to open /dev/mmcblk0p2

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 ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>

[root@kindle /]#

Is there something wrong with mmcblk0p2?
jiacker is offline   Reply With Quote