This is a cache of https://discuss.96boards.org/t/cant-not-use-sd-card-of-exfat-on-dragonboard/2412. It is a snapshot of the page at 2024-09-28T06:15:08.859+0000.
Can't not use SD card of exfat on <strong>dragonboard</strong>? - <strong>dragonboard</strong>410c - 96Boards Forum

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,