--- linux-2.6.26.8-orig/fs/fat/inode.c 2009-08-16 14:21:25.000000000 -0700 +++ linux-2.6.26.8/fs/fat/inode.c 2009-08-16 14:18:38.000000000 -0700 @@ -939,7 +939,7 @@ opts->codepage = fat_default_codepage; opts->iocharset = fat_default_iocharset; if (is_vfat) - opts->shortname = VFAT_SFN_DISPLAY_LOWER|VFAT_SFN_CREATE_WIN95; + opts->shortname = VFAT_SFN_DISPLAY_WINNT|VFAT_SFN_CREATE_WIN95; else opts->shortname = 0; opts->name_check = 'n';