Ext4 has been in kernel for quiet a long time for now.Is there any
dependency of using EXT4 for android kernel.Has anybody tried using
this in Android build.
Any inputs on using EXT4 in Android is much appreciated.
Regards,
Ram.
--
You received this message because you are subscribed to the Google Groups "android-platform" group.
To post to this group, send email to android-...@googlegroups.com.
To unsubscribe from this group, send email to android-platfo...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-platform?hl=en.
So do you think that we cant use ext2 or ext3 ??
Yes Dixter.you are correct.I am thinking in the same context
eMMC is based on MLC NAND, which at the hardware level is less reliable
than the SLC NAND being used with yaffs2. Any improved reliability would
come from the algorithms these chips are using internally to manage the
flash, and since we can't see those algorithms it's pretty difficult to
say which will be more reliable. Filesystems designed for HDDs may have
access patterns that accelerate wear on the flash as compared to
designed-for-flash filesystems as well.
The numbers I've seen do show yaffs2 on SLC performing better than
the ext family of filesystems on eMMC however.
> ext3 and ext4 become more practical and reasonable to use. Yes yaffs2
> seemed to be dominant in the last few years. I think you will see a shift
> away from this.
I think that's true, but it probably has as much to do with cost as
anything.
Is there any performance measurement tool for FS to compare against
SLC(NAND) and eMMC??
Would be dleighted to see any such tools
>
>> ext3 and ext4 become more practical and reasonable to use. Yes yaffs2
>> seemed to be dominant in the last few years. I think you will see a shift
>> away from this.
>
> I think that's true, but it probably has as much to do with cost as
> anything.
>
> --
> You received this message because you are subscribed to the Google Groups "android-platform" group.
> To post to this group, send email to android-...@googlegroups.com.
> To unsubscribe from this group, send email to android-platfo...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/android-platform?hl=en.
>
>
Thanks and regards,
Ram.
I'd think that most filesystem benchmark tools ought to work, but I
haven't done this analysis personally so I can't say for certain about
any specific tool. I have used bonnie++ in the past. Of course getting
those sorts of tools to build for Android can often be a challenge,
missing dependencies and such, but if you have a more standard Linux
environment running against the same kernel version the results should
be similar.