Optimizing Linux with cheap flash drives
Optimizing Linux with cheap flash drives
Posted Feb 19, 2011 8:41 UTC (Sat) by arnd (subscriber, #8866)In reply to: Optimizing Linux with cheap flash drives by eru
Parent article: Optimizing Linux with cheap flash drives
Unfortunately, their implementation has a lot of other performance problems and, worse, it's not even available under a GPL compatible license.
Posted Feb 22, 2011 17:34 UTC (Tue)
by ttonino (guest, #4073)
[Link]
On the NAND flash with a software translation layer:
On the internal SD device:
Thus, rfs and normal vfat are both used. The rfs description reminded me of the phase tree FAT implementation that was going around a long time ago.
The software translation for the NAND flash is GPL.
Optimizing Linux with cheap flash drives
/ rootfs ro,relatime
/mnt/.lfs j4fs rw,relatime
/system rfs ro,relatime
/dbdata rfs rw,relatime
/cache rfs rw,relatime
/data rfs rw
/mnt/sdcard vfat rw,dirsync,noatime,nodiratime
/mnt/sdcard/external_sd vfat rw,dirsync,noatime,nodiratime