View Single Post
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#61
My second N900 was somehow soft-ly bricked (just doesn't boot) (not by me, a long story). So I'm trying to recover it without reflashing and found that it's easy to mount the OneNAND rootfs when the kernel has the UBI module (like the unoobi's one):
http://www.linux-mtd.infradead.org/f...ml#L_attachmtd
http://www.linux-mtd.infradead.org/f...#L_mount_ubifs
Code:
# apt-get install mtd-utils
# modprobe ubifs
# ubiattach /dev/ubi_ctrl -m 5
# mount -t ubifs ubi0:rootfs /mnt
P.S. Notice http://www.infradead.org/recruitment.html
 

The Following User Says Thank You to int_ua For This Useful Post: