Is there any os-independent read-write capable Ext2 FS access C library for embedded applications?
I'm looking for something that is similar to what FatFS is for FAT16/32.
I tried to port the corresponding Linux kernel filesystem module, but it is far from being easily portable.