FC4 samba-3.0.14a-2的中文显示问题
大侠帮忙,我的samba-3.0.14a-2中文显示有问题!系统:linux FC4;locale为:zh_CN.UTF-8
我的smb.conf的部分添加了以下部分:
display charset = UTF-8
unix charset = UTF-8
dos charset = cp936
运行service smb restart 重启服务,然后
mount -t smbfs -o username=a,password=b //ip/share /mnt/share后,到/mnt/share下查看发现中文名显示为乱码,请问大侠我该怎么办??? 试试
mount -t smbfs -o charset=936,username=a,password=b //ip/share /mnt/share
我不肯定是charset还是iocharset、是936还是cp936
查看一下man 你说的人应该是这个命令:
mount -t smbfs -o username=a,password=b,codepage=936,iocharset=cp936 //ip/share /mnt/share
我试过的,不好用!大侠们帮忙阿!! 那就使用utf8试试。 不行的,都试过了,救命啊,大侠们帮忙啊!!!!! mount -t smbfs -o username=a,password=b,codepage=gb2312,iocharset=utf8 //ip/share /mnt/share
页:
[1]