Closed GoogleCodeExporter closed 9 years ago
The FAT command does not support long name.it only support FAT12 8.3 names only.
Original comment by chenall.cn
on 6 Jun 2012 at 3:19
I am asking if we could have a switch like --case which would allow us to
rename and create files with lower and upper case names. This would be most
useful as we could create and change files for linux OS before booting linux.
Please could we have this as an enhancement? It should not be too difficult to
code?
Original comment by Steve6375
on 6 Jun 2012 at 6:51
the 8.3 names is all uppercase, unless support for long file names.
You can try to change ffconf.h
#define _USE_LFN 0 /* 0 to 3 */
and then build again.
Original comment by chenall.cn
on 7 Jun 2012 at 1:37
Original comment by chenall.cn
on 4 Jul 2013 at 2:16
Original issue reported on code.google.com by
Steve6375
on 5 Jun 2012 at 9:13