Bug#502486: unsupported default I/O charset
This is still an issue:
glomag:/boot# grep IOCHARSET /boot/config-$(uname -r)
CONFIG_FAT_DEFAULT_IOCHARSET="utf8"
glomag:~# dmesg | grep FAT
[ 824.862797] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
And the behavior is definitely still buggy:
glomag:~# touch /boot/efi/a
glomag:~# echo test >> /boot/efi/A
-bash: /boot/efi/A: File exists
glomag:~# rm /boot/efi/A
rm: cannot remove `/boot/efi/A': No such file or directory
The default charset should be back to iso-1 or similar.
Thanks,
Michael Spang
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
|