null4n / vold-posix

23 stars 2 forks source link

Vold - exFAT/NTFS/EXT4/F2FS Support

Since AOSP only support vfat for external sdcard. Add exfat/ntfs/ext4/f2fs support for vold.

Requirements

Note: Don't use this module if you still want to use the built-in exfat driver from your rom!

Instructions

Since 20.0, Magisk has add /overlay.d to patch root directory. All version after 20.0 will be supported. After upgrade Magisk, it will automatically patch ramdisk and flash it. Just reboot after boot completed.

Supported Magisk

Changelog

Known issue

You can report bug here if occurs issue.

vold source code can found here.

exfat/ntfs use fuse driver. soucre code is from LineageOS.