SVN commit 918776 by dfaure: Mount vfat devices with shortname=mixed otherwise copying uppercase dirs to them breaks (181942); patch is from 168914, approved by Kevin. M +2 -0 halstorageaccess.cpp --- trunk/KDE/kdelibs/solid/solid/backends/hal/halstorageaccess.cpp #918775:918776 @@ -314,6 +314,8 @@ options<<"utf8"; else if (halOptions.contains("iocharset=")) options<<"iocharset=utf8"; + if (halOptions.contains("shortname=")) + options<<"shortname=mixed"; } // pass our locale to the ntfs-3g driver so it can translate local characters else if ( halOptions.contains("locale=") ) {