I would like to read an ext4 file system with journaling. Currently this only works when the file system got unmounted cleanly so the journal is empty. Would it be possible to support journaling even though this crate is read-only?
Assuming there usually isn't much data in the journal, the changes could maybe be held in memory and then be applied on the fly. Do you think this would be feasible?
I would like to read an ext4 file system with journaling. Currently this only works when the file system got unmounted cleanly so the journal is empty. Would it be possible to support journaling even though this crate is read-only? Assuming there usually isn't much data in the journal, the changes could maybe be held in memory and then be applied on the fly. Do you think this would be feasible?