解决嵌入式linux下mount fat32 格式的磁盘不能创建大写文件夹或者磁盘中的原来的大写文件

2019-07-12 20:29发布

  关键字:嵌入式linux, mount函数, vfat, 文件夹大写, 小写 shortname=mixed 举例:
mount(a,b,"vfat",0,"shortname=mixed")
等价于
mount -t vfat -o shortname=mixed a b