After finding exfat files in the filesystem I formatted my external sd as exfat and the phone recognized and used it with no problems.
I am currently backing up my internal sd card to do the same
Note doing a format from storage settings still uses fat32 so format the card in a computer or unmount the card in the phone and use a adb shell to run
mkfs.exfat /dev/block/mmcblk1p1
after backing it up since you are formatting.
I am currently backing up my internal sd card to do the same
Note doing a format from storage settings still uses fat32 so format the card in a computer or unmount the card in the phone and use a adb shell to run
mkfs.exfat /dev/block/mmcblk1p1
after backing it up since you are formatting.