lostdusty

Results 113 comments of lostdusty

According to `duf`, where `$PREFIX` is, `/data` is F2FS: ![image](https://user-images.githubusercontent.com/47502554/202811767-e845db29-28e1-4e72-aa1a-490b6905efe4.png) 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`. ![image](https://user-images.githubusercontent.com/47502554/202876528-af7664b8-7bfc-4f6a-991f-6c720a917169.png) > 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...