linux挂载windows分区后,进入目录总会出现如下的提示:
NTFS:Unicode name contains a character that cannot be converted to chosen character set .Remount with utf8 encoding and this should
但是还是能显示出英文的文件名,中文的显示不出来!
谁知道这是怎么回事啊?
文章评论
共有 2 条评论
thinker329 于 2007-10-27 22:22:08发表:
mount -t ntfs -o iocharset=cp960 /dev/sdax /mnt/windowsD
gxf 于 2007-10-18 15:12:19发表:
mount -t vfat -o iocharset=utf8 /dev/sdax /mnt/taget iocharset那设置编码,
thinker329 于 2007-10-27 22:22:08发表:
mount -t ntfs -o iocharset=cp960 /dev/sdax /mnt/windowsD
gxf 于 2007-10-18 15:12:19发表:
mount -t vfat -o iocharset=utf8 /dev/sdax /mnt/taget iocharset那设置编码,
不行的话试试cp950