SC20 Android 7.1 exFAT and NTFS support for microSD and USB OTG devices

Hello! Need to implement exFat and NTFS driver.

/kernel/fs/ntfs folder is present

added to msm8909-1gb_defconfig:
CONFIG_NTFS_FS=y
Now I get:
msm8909:/ # cat /proc/filesystems cat /proc/filesystems nodev sysfs nodev rootfs nodev bdev nodev proc nodev cgroup nodev tmpfs nodev debugfs nodev sockfs nodev pipefs nodev anon_inodefs nodev configfs nodev devpts ext3 ext2 ext4 nodev ramfs vfat ntfs fuseblk nodev fuse nodev fusectl nodev selinuxfs nodev mtd_inodefs nodev functionfs

blkid:
/dev/block/mmcblk1p1: UUID="820677E30677D71F" LABEL="16GB" TYPE="ntfs"
I can mount it and read files:
mount /dev/block/mmcblk1p1 /storage/ntfs
system/vold/fs has no exfat and ntfs drivers

so NTFS is present and working. But cards are not mounting.
Also need EXFAT driver for this kernel.

Sorry, what do you want to do by using the NYFS server? just for transferring data?

I need NTFS and exFAT for SD card and USB flash drive files reading and writing