Difference between revisions of "Android File Systems"
From eLinux.org
(→YAFFS) |
(Added page to Category:Android) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
== YAFFS == | == YAFFS == | ||
| − | Android in most mobile phones up to version 2.2 (Froyo) | + | Android in most mobile phones up to version 2.2 (Froyo) use the |
| − | + | YAFFS2 filesystem. | |
Here is some information about YAFFS2: | Here is some information about YAFFS2: | ||
| Line 13: | Line 13: | ||
http://www.linuxfoundation.org/news-media/blogs/browse/2010/12/android-will-be-using-ext4-starting-gingerbread | http://www.linuxfoundation.org/news-media/blogs/browse/2010/12/android-will-be-using-ext4-starting-gingerbread | ||
| + | |||
| + | With ext4, you may need to explicitly sync the data to the file system, in | ||
| + | order to make sure not to lose information. | ||
| + | |||
| + | See [http://android-developers.blogspot.com/2010/12/saving-data-safely.html this blog entry by Tim Bray] for information on this topic. | ||
| + | |||
| + | [[Category:Android]] | ||
Latest revision as of 20:09, 22 February 2011
YAFFS
Android in most mobile phones up to version 2.2 (Froyo) use the YAFFS2 filesystem.
Here is some information about YAFFS2:
- File Systems#YAFFS2
- Wookey's presentation about YAFFS at ELC Europe 2007 yaffs.pdf, video
- YAFFS update for ELC Europe 2010
EXT4
According to this report by Ted Tso, version 2.3 (Gingerbread) will be using ext4
With ext4, you may need to explicitly sync the data to the file system, in order to make sure not to lose information.
See this blog entry by Tim Bray for information on this topic.