微電腦 - iRiver Dicple D88 - 如何全部都使用大寫開啟FAT磁區的檔案



參考資訊:
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/