This is the mail archive of the ecos-discuss@sources.redhat.com 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


On Fri, 2004-01-02 at 08:49, Eduardo Sabaj wrote:
> I am interested in building an embedded application using the eCos, but
> I have some questions about it.. I read that one of the file systems
> that is supported is JFFS2 but the question is, if it is a file system
> that runs only over a flash device (can I have a JFFS2 file system on
> DiskOnModule?)
> On the other hand, I wonder if  JFFS2 is well protected over power fails
> (I mean if the file system avoid losing information after the power
> fail) ?

This question would probably be better answered by the folks that
support JFFS2 - try linux-mtd@lists.infradead.org

JFFS2 should work with most any type of FLASH device, but AFAIK there
are no drivers currently available for DiskOnModule for eCos (but you
should be able to write them).  As for persistence, JFFS2 stands for
"Journaling Flash File System v2", which means that data is kept in
a journaled fashion and should be safe to recover, even after a
power failure.

Again, discuss this with the MTD/JFFS2 folks for the best advice.

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


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


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