View Single Post
Old 11-04-2012, 08:38 AM   #44
uboot
Evangelist
uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.uboot seems famous, but is in fact legendary.
 
Posts: 425
Karma: 75216
Join Date: Nov 2011
Location: old europe
Device: Kobo Mini, Tolino Epos 2
you can ignore the cyl boundary warning.

please do not touch partitions mmcblk2p1, mmcblk2p2, mmcblk2p3, or your reader me become irreversibly bricked.

if you apply sd recovery, your data partition will be flashed with 48mb filesystem, such that the file system has 48mb regardless of the actual partition size...

in order to solve this, you may simply reformat the data partition.

in recovery console, this can be done via

Code:
mkfs.ext4 -L data -m 0 -j /dev/mmcblk2p9

missing minitool access may be repaired by re-flashing the enableadb package...

Last edited by uboot; 11-04-2012 at 08:41 AM.
uboot is offline   Reply With Quote