LWN.net Logo

Ext4 filesystem hits Android, no need to fear data loss (ars technica)

Ext4 filesystem hits Android, no need to fear data loss (ars technica)

Posted Dec 28, 2010 19:42 UTC (Tue) by mcj220 (guest, #53162)
Parent article: Ext4 filesystem hits Android, no need to fear data loss (ars technica)

ext4 vs yaffs seems to be a spurious debate in this context: YAFFS2 is suited to raw nand storage devices which have very different requirements to conventional hard disk-like media (such as SD cards) which require no wear levelling, ecc and external accounting for bad-blocks.

Many current generation android devices are configured with a smallish raw nand device at the root of the filesystem + a larger micro SD card (e.g. Motorola Droid) for user multimedia data etc. The trend seems to be going towards fitting phones with a large SD card-like flash chip (Google nexus S), which requires no external wear levelling and thus is suited to conventional filesystems like ext2,3,4 etc.

The quality and reliability of the firmware in these SD card-like flash chips (MoviNAND, iNAND etc) varies of course.


(Log in to post comments)

Ext4 filesystem hits Android, no need to fear data loss (ars technica)

Posted Dec 29, 2010 5:29 UTC (Wed) by xxiao (subscriber, #9631) [Link]

Can we disable ext4 and enable YAFFS instead..how hard will that be? What makes Android so special that only one FS is chosen?

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds