UbiFS SquashFS+lzma to Optimize Speed and save space
551 views
Skip to first unread message
defcon
unread,
Jun 9, 2009, 8:48:20 AM6/9/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android Linux Kernel Development
It seems we could increase file access times and save allot of space
by having /system on UbiFS or SquashFS+lzma, I am currently running an
ubuntu system with this setup:
http://forums.gentoo.org/viewtopic-p-4732709.html#4732709
I am familiar in compressing kernel modules for linux and compiling
kernels for linux but it is a bit different in android, id like some
assistance getting ubifs with lzo on android, I havnt been able to
find android specific information on this yet.
I am excited to implement this to android, any help/suggestions are
welcome!
defcon
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android Linux Kernel Development
On 6월9일, 오후9시48분, defcon <defcon...@gmail.com> wrote:
> Also ubifs has lzo compression, not sure how that would work either,
> it seems ubifs is favored over jffs2 and yaffs2
> found a nice pdf:http://free-electrons.com/doc/flash-filesystems.pdf > Benchmarks Of Yaffs2, JFFS2, SquashFS, &
> UBIFS:http://free-electrons.com/pub/conferences/2008/elce/flash-filesystems...
Thank you for your info sharing about benchmark result of nand flash
filesystem.
In my case, When I ported android platform (prototype) on S3C6410
based target board,
bootup performance of ubifs is better than jffs2 and yaffs2 in
general.