[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#483781: FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!



Package: linux-image-2.6.25-2-686
Version: 2.6.25-4
Severity: wishlist

One sees in dmesg
  FAT: utf8 is not a recommended IO charset for FAT filesystems,
  filesystem will be case sensitive!
even
# env - LC_ALL=C mount /fat
won't turn it off. How can one turn off the warning?

Anyway, the file system is not as sensitive as one thinks anyway:
$ touch K k
touch: cannot touch `k': File exists
$ mount
/dev/sdb1 on /mnt/usb/cf type vfat (rw,shortname=mixed,..)
$ touch Kk KK
$ touch bb BB
$ find -type f -mmin -11 -ls
   133   14 drwxr-xr-x   2 jidanni  jidanni     14336  5月 31 08:45 .
   208    0 -rw-r--r--   1 jidanni  jidanni         0  5月 31 08:43 ./K
   209    0 -rw-r--r--   1 jidanni  jidanni         0  5月 31 08:44 ./Kk
   236    0 -rw-r--r--   1 jidanni  jidanni         0  5月 31 08:45 ./bb


See also http://ubuntuforums.org/showthread.php?t=264501 ,
https://launchpad.net/ubuntu/+bug/62321



Reply to: