Bugzilla – Bug 11974
TinySC mount changes uppercase fat32 folder names to lowercase
Last modified: 2010-04-08 17:25:05 UTC
when TinySC mounts a USB drive in FAT32 format, any folder names that only contain upper case letters (e.g. "ABBA", "UFO") are changed to lower case (abba, ufo) which means they are not sorted properly. I believe that the vfat mount parameters need to include "shortname=mixed" to fix this.
Andy, maybe yours?
OK I will look at it. I believe we need to hack up a special vfat rule for udev, something like what's on this page: http://wiki.archlinux.org/index.php/Udev#Auto_mounting_USB_devices
Created attachment 5619 [details] Change default vfat mode from shortname=lower to shortname=mixed This kernel patch changes the default vfat mount mode from shortname=lower to shortname=mixed. I suspect that's easier than mucking around with udev. :)
== Auto-comment from SVN commit #8149 to the jive repo by andy == == https://svn.slimdevices.com/jive?view=revision&revision=8149 == Fixed bug 11974, add shortname=mixed vfat mount option
This bug has been marked fixed in a released version of Squeezebox Server or the accompanying firmware or mysqueezebox.com release. If you are still seeing this issue, please let us know!