Skip to content

Commit 39b2533

Browse files
committed
Update README.
1 parent 3feb2e9 commit 39b2533

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Allows backends (like ext2, apfs, btrfs, xfs etc.) to communicate with the front
55

66
# Features implemented
77
## Backends
8-
- ext2: Read-only (+writing metadata)
8+
- ext2/ext3/ext4: Read-only (+writing metadata, but I haven't checked if this actually works in a while). Ext2 filesystems can be read in quite an error-free way, whereas ext4 should be _mostly_ working.
99
- apfs: Read-only (everything isn't implemented to fully cover the limited spec provided by Apple, however reading files and listing directories is implemented)
1010
- btrfs: WIP (reading B-trees is implemented, and probably error-free)
1111
- xfs: TODO
@@ -18,9 +18,9 @@ Allows backends (like ext2, apfs, btrfs, xfs etc.) to communicate with the front
1818
- macOS kexts: TODO
1919

2020
# TODO
21-
- [ ] Create/use a proper parsing library (maybe use `nom`?)
21+
- [ ] Create/use a proper parsing library. `scroll` is currently used in `fal-backend-ext4`, but some structs need manual parsing.
2222
- [ ] Optimizations
23-
- [ ] Testing, which requires either storing binary fs images in the repo, or depending on the system's mkfs.
23+
- [ ] Testing, which requires either storing binary fs images in the repo, or depending on the system's mkfs. There is a limited test suite, but it has to be expanded and improved.
2424

2525
## License
2626

0 commit comments

Comments
 (0)