如题,今天apt-get upgrade以后,重新启动后,发现我mount的ntfs-3g不能显示中文了,这个是比较郁闷的事情。
我的ntfs-3g的版本是:1:2009.2.1-1
查看ntfs-3g的版本发布历史一看,可不是嘛,我的这个版本有个这样的改变:
[quote]Change: The 'locale=' mount option is not used anymore for filename characterset conversion. Instead filenames are always converted to UTF-8.
[/quote]
看来不论你的locale指定什么,都统统转换成了UTF-8了。
因此,只要你的locale设置好就可以,比如将你的LC_ALL设置成zh_CN.utf8
又可以正常显示中文了。
我的ntfs-3g的版本是:1:2009.2.1-1
查看ntfs-3g的版本发布历史一看,可不是嘛,我的这个版本有个这样的改变:
[quote]Change: The 'locale=' mount option is not used anymore for filename characterset conversion. Instead filenames are always converted to UTF-8.
[/quote]
看来不论你的locale指定什么,都统统转换成了UTF-8了。
因此,只要你的locale设置好就可以,比如将你的LC_ALL设置成zh_CN.utf8
又可以正常显示中文了。