參考資訊: https://www.kernel.org/doc/Documentation/filesystems/vfat.txt 開啟檔案的方式只能使用小寫
# mount -t vfat -o iocharset=utf8 /dev/mmcblk0p1 /mnt/mmc/
開啟檔案的方式只能使用大寫
# mount -t vfat -o iocharset=utf8,check=r,nocase /dev/mmcblk0p1 /mnt/mmc/