From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Grant Edwards" To: "Wilson Kwan" Cc: "Lewin A.R.W. Edwards" , ecos-discuss@sources.redhat.com Subject: [ECOS] Re: Simple flash filesystem? Date: Tue, 06 Feb 2001 09:28:00 -0000 Message-id: <20010206172834.5F22A7A814@visi.com> References: <4.3.2.7.2.20010205171128.00aa9200@larwe.com> <20010206160547.B184E7A814@visi.com> <005d01c09061$49bc2b70$0b02a8c0@r2d2> X-SW-Source: 2001-02/msg00077.html Wilson Kwan writes: > > Lewin A.R.W. Edwards writes: > > > > > >I've been looking for info on flash filesystems, and have found pretty > > > >much nothing. > > You might want to have a look at ROMFS for eCos. I haven't tried it yet but > came across it the other day. It's available at > www.3glab.org/developer/ecos/. Thanks, I came across that yesterday, and it looks nice and simple. Right now the only thing that needs a filesystem is the web server, and it comes with it's own rom filesystem. So unless I decide to go with a writable filesystem, I'll probably stick with the one I'm using now. It isn't a eCos "filesystem" in that it hooks to the eCos system calls, but as long as no other application code needs to access it, I don't really have to worry about having a real filesystem. -- Grant Edwards grante@visi.com