原始链接:
http://www.linuxquestions.org/questions/linux-software-2/mount-fstab-issues-vfat-filename-conventions-8-3-vs-long-304167/
mount -t vfat -o shortname=[lower|win95|winnt|mixed] /dev /mountpoint(choose one of the options, I would go with winnt or mixed first, the default is lower)
我用了mixed。
一般地,linux可以建立一个大小写混合的文件名的文件。若是全大写,linux会自动转成全小写。