lostdusty
lostdusty
Looks cool!
According to `duf`, where `$PREFIX` is, `/data` is F2FS:  Do I need to format `/data` as EXT4?
The issue was indeed the filesystem on `/data`. Unsure if related but this phone came with a Samsung eMMC storage chip, which may be the reason `/data` was F2FS. Now...
> Apparently, case-insensitive/`casefold` support in `f2fs` was added by google for android. This however is a somewhat recent change, dating to 2019 (according to phoronix.com) > It should be possible...
> You need to be inside a rooted shell to find and execute it since its owned by `root`.  > Why? That's how it should be. Never mind, i...
Needs testing on another device?
> Can you paste the output of `mount`? Since the XT1032 is now using EXT4, here's the output of my main device (Redmi 10, Android 12): ``` eos:/ $ mount...
Also, the binary you sent, could you also built it for ARM? I can't build f2fs_io for some reason... Output of autoconf ~/f2fs-tools $ autoconf configure.ac:15: error: possibly undefined macro:...
Building... I'll update this comment with the output once done.
configure.sh gave error: ``` ~/f2fs-tools $ ./configure checking whether make supports nested variables... yes checking for a BSD-compatible install... /data/data/com.termux/files/usr/bin/install -c checking whether build environment is sane... yes checking for...