Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHow to use JFFS2?
I have tried to use jffs2 and I gotten it to work "somewhat". I write a sentence to a file and I just read the first word back. I would like to see a step-by-step guide to how to use jffs2. I haven&#...
Altera_Forum
Honored Contributor
21 years ago> 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