Closed fkokosinski closed 1 year ago
Any particular reason to pick ext2 over ext4?
There are few reasons why I have chosen the older version of ext.
Journaling can be harmful for flash memory (which will be the first type of storage that ext2 is implemented for.)
Note that ext4 supports a mode without using a journal
What problem does the inclusion of ext2 to embedded device with limited RAM solves?
new filesystem is a new feature request.
is anyone working on this
Hi @snehalv2002!
Yes, we have a PR that adds Ext2 to Zephyr here: https://github.com/zephyrproject-rtos/zephyr/pull/55152.
Is there any way I could contact you @fkokosinski or @fzdobylak to learn more about how you completed this. I want to try implementing another filesystem but I am new to this. Let me know if it would be possible to email/text/videocall.
@fzdobylak looks like this can be closed, right?
@kartben Yes, the work we have planned is done. The features mentioned in the last two bullets are not implemented, but we don't have any plans to realise them in the near future because current implementation is enough in most use cases.
Is your enhancement proposal related to a problem? Please describe. Adding support for the ext2 file system in Zephyr.
Describe the solution you'd like Implementing a new file system in the Zephyr tree along with new tests and samples. Implementation of ext2 that will be contributed is based on ext2 specification and many other resources that describe it (see below).
Describe alternatives you've considered N/A
Additional context N/A
Planned PRs
Resources