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: About FAT16 or other FS!


On Wed, Jun 19, 2002 at 06:46:56PM +0800, gu xm wrote:
> Hi all,
> 
> I am a beginner of eCos. Now I have to study and
> develop filesystem to support flash memory.
> I have achieved the inode&sb kind fs in eCos 2.0. Is
> this fs integrity and usable now?

If you want a flash filesystem look as jffs2. Its already in the eCos
sources, but needs updating a bit. There was a couple of messages
about this yesterday. Have a look in the mail archive.


> Where can I get the FAT16 source code?

There is currently no FAT16 support intergrated in eCos. Again there
was a post yesterday you might find interesting. Someone said they had
some code they could give away.
 
> How can I decide which kind of fs to choose?

Depends on your requirements. FAT16 is probably much easier in terms
of unplugging your filesystem and plugging it into a M$ machine. jffs2
is designed specifically for flash devices and so will work a lot
better and FAT16. jffs2 is also well supported in Linux.

       Andrew




-- 
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]