|
|
一般用這條命令:mount -o iocharset=utf8 /dev/sdb /tmp/fat
如若不行可試如下命令:
mount /dev/sdb /mnt -t vfat -o codepage=936,iocharset=utf8
mount /dev/sdb /mnt -t vfat -o iocharset=utf8
mount /dev/sdb /mnt -t vfat -o codepage=936,iocharset=gb2312
mount /dev/sdb /mnt -t vfat -o codepage=936,iocharset=gbk
mount /dev/sdb /mnt -t vfat -o codepage=936,iocharset=gb18030
也可以試用以下方法:
打開(kāi)gonme配置編輯器,在“系統(tǒng)”--“配置”里,選中“system”后再打開(kāi)“storage”,找到下面的鍵(有點(diǎn)象Windows的注冊(cè)表那樣,改鍵值):default_options,此鍵下面就有常用的幾種文件系統(tǒng),比如光盤的、NTFS的,一般U盤都是FAT,所以找到Vfat后打開(kāi),雙擊右邊的鍵值名后后彈出修改框,按“添加”后在編輯欄中輸入:iocharset=utf8,確定后退出就生效了。
在Suse Linux10.2上試了,原來(lái)的亂碼都能正常顯示為中文。
|
發(fā)表留言請(qǐng)先登錄!
|