QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1011|回复: 25

我的fedora下面挂的分区怎么不可以显示中文啊

[复制链接]
发表于 2004-2-28 14:29:39 | 显示全部楼层 |阅读模式
请帮我解决
发表于 2004-2-28 14:32:41 | 显示全部楼层
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=50945
回复

使用道具 举报

 楼主| 发表于 2004-2-28 14:53:18 | 显示全部楼层
不行啊,我的分区是fat32的
回复

使用道具 举报

发表于 2004-2-28 15:11:13 | 显示全部楼层
你究竟看没看啊。
回复

使用道具 举报

 楼主| 发表于 2004-2-28 15:24:09 | 显示全部楼层
我是这样挂的
/dev/hda5     /mnt/win    vfat defaults,codepage=936,iocharset=cp936 0 0
可是没用啊
麻烦大家了
回复

使用道具 举报

发表于 2004-2-28 15:25:06 | 显示全部楼层
手动mount一下,看看有什么错误提示。
回复

使用道具 举报

 楼主| 发表于 2004-2-28 16:17:49 | 显示全部楼层
错误信息:


[root@localhost root]# mount -t -o vfat iocharset=cp936 /dev/hda6 /mnt/window
Usage: mount -V                 : print version
       mount -h                 : print this help
       mount                    : list mounted filesystems
       mount -l                 : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
       mount -a [-t|-O] ...     : mount all stuff from /etc/fstab
       mount device             : mount device at the known place
       mount directory          : mount known device here
       mount -t type dev dir    : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
       mount --bind olddir newdir
or move a subtree:
       mount --move olddir newdir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using  -L label  or by uuid, using  -U uuid .
Other options: [-nfFrsvw] [-o options].
For many more details, say  man 8 mount .
回复

使用道具 举报

发表于 2004-2-28 16:22:06 | 显示全部楼层
mount -t vfat -o iocharset=cp936 /dev/hda6 /mnt/window
你应该先看看置顶帖。
回复

使用道具 举报

 楼主| 发表于 2004-2-28 16:27:17 | 显示全部楼层
按你的方法试了,可以挂上,没有问题,可是中文的还是不能显示
回复

使用道具 举报

发表于 2004-2-28 16:30:16 | 显示全部楼层
locale
看看输出,估计又是utf8的问题。
回复

使用道具 举报

 楼主| 发表于 2004-2-28 16:33:27 | 显示全部楼层
输出:
LANG=zh_CN.UTF-8
LC_CTYPE="zh_CN.UTF-8"
LC_NUMERIC="zh_CN.UTF-8"
LC_TIME="zh_CN.UTF-8"
LC_COLLATE="zh_CN.UTF-8"
LC_MONETARY="zh_CN.UTF-8"
LC_MESSAGES="zh_CN.UTF-8"
LC_PAPER="zh_CN.UTF-8"
LC_NAME="zh_CN.UTF-8"
LC_ADDRESS="zh_CN.UTF-8"
LC_TELEPHONE="zh_CN.UTF-8"
LC_MEASUREMENT="zh_CN.UTF-8"
LC_IDENTIFICATION="zh_CN.UTF-8"
LC_ALL=
回复

使用道具 举报

发表于 2004-2-28 16:39:33 | 显示全部楼层
修改/etc/sysconfig/i18n,全部改成zh_CN.GBK。
回复

使用道具 举报

 楼主| 发表于 2004-2-28 16:45:51 | 显示全部楼层
要怎么改啊谢谢
LANG="zh_CN.GB18030"
LANGUAGE="zh_CN.GB18030:zh_CN.GB2312:zh_CN"
SUPPORTED="zh_CN.GB18030:zh_CN:zh:en_US.UTF-8:en_US:en"
SYSFONT="lat0-sun16"
回复

使用道具 举报

发表于 2004-2-28 16:56:09 | 显示全部楼层
zh_CN.xxx改成zh_CN.GBK就可以了。
回复

使用道具 举报

 楼主| 发表于 2004-2-28 17:06:15 | 显示全部楼层
LANG="zh_CN.GBK"
LANGUAGE="zh_CN.GBK:zh_CN.GBK:zh_CN"
SUPPORTED="zh_CN.GBK:zh_CN:zh:en_US.UTF-8:en_US:en"
SYSFONT="lat0-sun16"
改成这样的怎么还不行啊
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-17 18:47 , Processed in 0.046930 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表