輕松解決linux下U盤亂碼的方法:
1、一般用這條命令:
mount -o iocharset=utf8 /dev/sdb /tmp/fat
2、如若不行可試如下命令:
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
3、也可以試用以下方法:
打開gonme配置編輯器,在“系統(tǒng)”--“配置”里,選中“system”后再打開“storage”,找到下面的鍵(有點象Windows的注冊表那樣,改鍵值):default_options,此鍵下面就有常用的幾種文件系統(tǒng),比如光盤的、NTFS的,一般U盤都是FAT,所以找到Vfat后打開,雙擊右邊的鍵值名后后彈出修改框,按“添加”后在編輯欄中輸入:iocharset=utf8,確定后退出就生效了。
注:更多精彩教程請關(guān)注CUOxin.COM電腦教程欄目,CUOxin.COM電腦辦公群:189034526歡迎你的加入
新聞熱點
疑難解答