OO Database question with FLASH drive

Dave Hylands dhylands at gmail.com
Wed Nov 15 01:38:52 UTC 2006


Hi Jon,

> Linux uses JFFS2, which is very good at avoiding this problem:
>
> http://en.wikipedia.org/wiki/JFFS2
>
> However, if you're writing enough data, you can eventually run into it,
> even with something like JFFS2.

JFFS2 is only used for the directly accessible flash, i.e. the 4Mb or
16 Mb of flash that's part of the gumstix. The flash stored on the MMC
card is written using a FAT file system by default, although you could
change it to use another (but you can't use JFFS2 on an MMC card).

Many people write to RAM disk (/tmp on the gumstix) for the frequent
stuff, and then less frequently roll it out to the MMC card.

-- 
Dave Hylands
Vancouver, BC, Canada
http://www.DaveHylands.com/



More information about the Squeak-dev mailing list