FAT: utf8 is not a recommended IO charset for FAT filesystems

andromeda
hi,

when my kernel boot, i have always this message in log 

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

what is it ?

regards,
andromeda

skip2816
Hi,

this is caused by the default char set for vFat. Its set to chinese by
default. You can avoid this message by recompiling kernel. Set the default
character set to iso8859-1.

skip

Sushant
Dear sir,
FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem
will b
e case sensitive!
How to fix this error.