This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: JFFS2 alternative


On Tue, Jun 30, 2009 at 10:46 AM, Gary Thomas<gary@mlbassoc.com> wrote:
> Øyvind Harboe wrote:
>> JFFS2 is fine for smaller file systems, but it breaks down completely
>> on large file systems.
>>
>
> What do you mean "it breaks down completely"?

JFFS2 needs to scan through *all* write nodes upon mount.

Imagine what happens when you have a giga/terrabyte flash
where you write millions/billions of tiny log entries..... it would
take *forever* to boot.

Also memory consumption is proportional to the # of write
operations so that's another trainwrecker.

-- 
Øyvind Harboe
Embedded software and hardware consulting services
http://www.zylin.com

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]