Android moving from...
 
Notifications
Clear all

Android moving from YAFFS2 to ext4

3 Posts
3 Users
0 Likes
756 Views
(@alexc)
Posts: 301
Reputable Member
Topic starter
 

I'd posted this in rely to a thread on the general forum, but as it's a phone issue I thought it should be discussed in some detail here
========================================
Interestingly, it seems that from Gingerbread Android is moving towards ext4

"The reason this should be of concern to Android developers is that with 2.3, an increasing proportion of devices, notably including the Nexus S, are going to be moving from YAFFS to the ext4 filesystem…"

http//android-developers.blogspot.com/2010/12/saving-data-safely.html

It will also change the way that the handset interacts with the flash chip. YAFFS2 does it's own wear leveling, presumably for ext4 it'll be dealt with at hardware level. Which for us (despite the difficulties that YAFFS posed) seems the tougher position if you're looking for previous blocks at the rawest level.

 
Posted : 16/12/2010 3:05 pm
wilx
 wilx
(@wilx)
Posts: 16
Active Member
 

Hi AlexC, is this to say that all android devices will be using the EXT4 file system and if no, how do you check the file system via an extraction or browsing through the phone?

 
Posted : 12/02/2016 9:59 am
(@skulkin)
Posts: 38
Eminent Member
 

Some Android devices also use F2FS file system.

wilx, u can use ADB and mount command while in the shell - u'll get mount points and FS types.

 
Posted : 12/02/2016 4:56 pm
Share: