The previous default, shortname=lower, breaks all-uppercase file names ("touch
FOO" creates "foo"), thus breaks rsync, and Windows compatibility.
The default was changed in the Linux kernel as well, see
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=
955234755ce4a2c33cfc558912aa8f2148cc1fc6
https://bugs.freedesktop.org/show_bug.cgi?id=24129
Signed-off-by: David Zeuthen <davidz@redhat.com>
static const char *vfat_defaults[] = {"uid=",
"gid=",
- "shortname=lower",
+ "shortname=mixed",
"dmask=0077",
"utf8=1",
NULL};