SpazeDog / mounts2sd

Android SD-Ext Script+App
GNU General Public License v3.0
76 stars 27 forks source link

e2fsck and tune2fs installed, but script doesn't see them #39

Open pejakm opened 9 years ago

pejakm commented 9 years ago

Mounts2SD does not see e2fsck and tune2fs binaries from /system/(x)bin. sqlite3 binary is properly detected. Note: my busybox does not have support for e2fsck (only for fsck) or tune2fs, that's why I have binaries for those.

pejakm commented 9 years ago

The workaround is to have busybox compiled with tune2fs and _CONFIG_FEATURE_BLKIDTYPE option set to yes, along with tune2fs binary in /system/bin. busybox with tune2fs support alone doesn't do the job (tune2fs from busybox doesn't have -l option support), niether does tune2fs binary in /system/(x)bin without tune2fs support in busybox.

dbergloev commented 9 years ago

I do not have much time at the moment, but I have a plan for a major rebuild of this app after the summer. I will find a way to add better support for this if possible.