> Is the jffs2 filesystem resizeable?
The filesystem is just the structures, attributes, rules etc applied to
accessing inodes on a physical media. So it's the size of the media
(or one of its partitions) that matters.
> I want to be able to create files in the jffs2 filesytem when eCos is
> running. Does the filesystem resize itself with regard to how much
> data that's written to it?
JFFS2 depends on mtd to determine the size of the flash device (or
flash partition) that it's using. If space is available new files will be
written to available sectors.
Regards,
--Scott