Can't not use SD card of exfat on DragonBoard?

Hi

Could you please teach me about using SD card of exfat format .

I used it on DragonBoard,but it is not recognize it.

Command at that time is following,
Error mounting /dev/mmcblk1p1 at /media/linaro/SSD32GB: Command-line `mount -t “exfat” -o “uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,iocharset=utf8,namecase=0,errors=remount-ro,umask=0077” “/dev/mmcblk1p1” “/media/linaro/SSD32GB”’ exited with non-zero exit status 32: mount: unknown filesystem type ‘exfat’

Can’t not use SD card of exfat on DragonBoard?
Using OS are Linaro Linux 16.09 and 17.06.

I’ve never used exFAT media but I think you just need to install exFAT support:

sudo apt install exfat-fuse exfat-utils

Let us know if that works for you!

Hi @danielt

Thank you for quick reply!

OK,I understand your advice and I will install exFAT support.

I will report trying result!

Best regards,