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: HD file system?


"Eric Verlind" <eric dot verlind at streamconcept dot be> writes:

> Hi,
> 
> As a newbie to eCos I would like to ask...
> - whether any file systems for HDDs have been ported to eCos and if yes
> which?

There are none at present. I have plans to do a VFAT filesystem at
some point, but writing a filesystem is not a trivial job and it's
difficult to find the time.

> - how difficult it would be to port a robust file system, such as a
> journaling file system such as ReiserFS, to eCos?
> 

All Linux filesystems are strongly dependent on the Linux kernel
environment: inodes, buffer cache, device drivers, synchronization
etc. To port them we would have to effectively reimplement the Linux
kernel in eCos. The same is true of any BSD-derived filesystems.

But the licensing issue effectively prevents any Linux code being
imported into eCos.


-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts


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