Quote:
Originally Posted by vicinc
managed to cut my case, sort the serial cable, and have terminal working on my borked pe. however I can not start the updating process as niki, see my log please.
|
Hi Vicinc.
Looks like your file system has been corrupted according to the log here:
Quote:
[ 16.404433] EXT2-fs (ram0): error: ext2_check_page: bad entry in directory #4136: : directory entry across blocks - offset=1024, inode=1073783265, rec_len=41760, name_len=131
[ 16.420363] EXT2-fs (ram0): error: ext2_check_page: bad entry in directory #4218: : rec_len is smaller than minimal - offset=0, inode=0, rec_len=0, name_len=0
|
It sounds like an fsck might help. From adb:
Quote:
$ busybox fsck --help
BusyBox v1.15.2 (2011-03-29 10:04:13 EDT) multi-call binary
Usage: fsck [-ANPRTV] [-C fd] [-t fstype] [fs-options] [filesys...]
Check and repair filesystems
Options:
-A Walk /etc/fstab and check all filesystems
-N Don't execute, just show what would be done
-P With -A, check filesystems in parallel
-R With -A, skip the root filesystem
-T Don't show title on startup
-V Verbose
-C n Write status information to specified filedescriptor
-t type List of filesystem types to check
|