I would like toknow if my kernel supports FUSE. If not, how do I build or download one with FUSE support, where on the FS do I place the kernel? I don't want to install CyanogenMod. I have a Samsung Galaxy SIII Neo, KitKat 4.4.2. Thanks.
Asked
Active
Viewed 982 times
0
df
andmount
commands (via terminal oradb shell
). A good hint that it does is the same size of available space being reported for/data
and the SD card (usually/storage/sdcard0
). – Izzy Oct 25 '15 at 09:32mount | grep sdcard
, the mount options should tell something. // Apart from which: If I'm not taken wrong, MTP uses FUSE as well; see e.g. Why does Android use fuse for internal SD card mount? – Izzy Oct 25 '15 at 11:48