alex-kas / nec_terrain

Exploiting NEC Terrain mobile
20 stars 8 forks source link

yaffs2 #9

Open daveloyall opened 7 years ago

daveloyall commented 7 years ago

I think you (and your users!) do want to use yaffs2, not ext4/ext2.

https://en.wikipedia.org/wiki/YAFFS

Some MTD devices have their own "hardware" wear-leveling. I don't know how to determine the characteristics of the MTD that is inside the NEC Terrain.

If the flash storage inside the phone doesn't have "hardware" wear-leveling... ext4/ext2 will quickly destroy the flash chip! :(

x29a commented 6 years ago

Thanks for your input, destroying the flash chip is not the intention here ;)

In which scripts would you change the filesystem? Can you file a pull request?