Hi,
I fastboot ubi.img to NAND, and the file system can start up, but not completely.
1. Lots of errors like this show up,
request_suspend_state: wakeup (0->0) at 155900817876 (2000-01-01 00:12:05.870483401 UTC)
init: untracked pid 1320 exited
UBIFS error (pid 849): make_reservation: cannot reserve 160 bytes in jhead 1, error -30
UBIFS error (pid 849): ubifs_write_inode: can't write inode 770, error -30
UBIFS error (pid 1348): make_reservation: cannot reserve 424 bytes in jhead 1, error -30
UBIFS error (pid 1348): ubifs_create: cannot create regular file, error -30
pid 849 is flush-ubifs_0_0 process, in process list,
root 849 2 0 0 c00c9594 00000000 S flush-ubifs_0_0
2. my root file system is read only, I can't create file or write to a file in my ubifs system.
In the kernel log, something related are like this,
UBI error: ubi_io_write: error -5 while writing 512 bytes to PEB 1540:512, written 0 bytes
UBI warning: recover_peb: failed to write to PEB 1540
UBI warning: ubi_ro_mode: switch to read-only mode
UBIFS error (pid 849): ubifs_wbuf_write_nolock: cannot write 3874 bytes to LEB 477:10240, error -5
UBIFS warning (pid 849): ubifs_ro_mode: switched to read-only mode, error -5
UBIFS error (pid 849): do_writepage: cannot write page 3 of inode 771, error -5
pid 849 is flush-ubifs_0_0.
3. Android processes do not start up, and zygote do not start up either.
USER PID PPID VSIZE RSS WCHAN PC NAME
root 1 0 260 176 c00bc3f8 0000875c S /init
root 2 0 0 0 c006de6c 00000000 S kthreadd
root 3 2 0 0 c0060928 00000000 S ksoftirqd/0
root 4 2 0 0 c0084ab8 00000000 S watchdog/0
root 5 2 0 0 c006ae4c 00000000 S events/0
root 6 2 0 0 c006ae4c 00000000 S khelper
root 10 2 0 0 c0073444 00000000 S async/mgr
root 13 2 0 0 c006ae4c 00000000 S suspend
root 205 2 0 0 c00997f4 00000000 S sync_supers
root 207 2 0 0 c009a024 00000000 S bdi-default
root 209 2 0 0 c006ae4c 00000000 S kblockd/0
root 221 2 0 0 c006ae4c 00000000 S ksuspend_usbd
root 225 2 0 0 c0238558 00000000 S khubd
root 228 2 0 0 c026125c 00000000 S kseriod
root 249 2 0 0 c006ae4c 00000000 S kmmcd
root 265 2 0 0 c006ae4c 00000000 S musb_hdrc
root 267 2 0 0 c006ae4c 00000000 S rpciod/0
root 274 2 0 0 c0084cb0 00000000 S khungtaskd
root 275 2 0 0 c0094e9c 00000000 S kswapd0
root 277 2 0 0 c006ae4c 00000000 S aio/0
root 278 2 0 0 c006ae4c 00000000 S nfsiod
root 279 2 0 0 c006ae4c 00000000 S crypto/0
root 429 2 0 0 c0218300 00000000 S mtdblockd
root 451 2 0 0 c0228234 00000000 S ubi_bgt0d
root 495 2 0 0 c006ae4c 00000000 S kondemand/0
root 496 2 0 0 c006ae4c 00000000 S kconservative/0
root 503 2 0 0 c006ae4c 00000000 S usbhid_resumer
root 538 2 0 0 c01747d8 00000000 S ubifs_bgt0_0
root 539 1 236 144 c00bc3f8 0000875c S /sbin/ueventd
root 795 1 692 324 c01e3bfc afd0b45c S /system/bin/sh
system 797 1 764 284 c02b0c68 afd0b6fc S /system/bin/servicemanagr
root 798 1 3872 676 ffffffff afd0bdac S /system/bin/vold
root 800 1 3840 652 ffffffff afd0bdac S /system/bin/netd
root 801 1 624 268 c02e51c4 afd0c0cc S /system/bin/debuggerd
root 802 1 1244 584 c00716e0 afd0bdac S /system/bin/rild
bluetooth 806 1 1212 584 c00bc3f8 afd0c59c S /system/bin/dbus-daemon
root 807 1 764 276 c02e51c4 afd0c0cc S /system/bin/installd
root 810 1 3356 164 ffffffff 00008294 S /sbin/adbd
root 849 2 0 0 c00c9594 00000000 S flush-ubifs_0_0
media 1106 1 16792 4660 ffffffff afd0b6fc S /system/bin/mediaserver
root 1111 810 692 336 c005e628 afd0c3ac S /system/bin/sh
root 1112 1 692 332 c005e628 afd0c3ac S /system/bin/sh
root 1117 1112 840 284 c00716e0 afd0bdac S sleep
root 1118 1111 848 316 00000000 afd0b45c R ps
4. kernel log is attached. 5710.log-ubifs-error.txt
I have no idea about this, anyone can give me any suggestions?
Thanks in advance for any help.
Regards,
Kevin