mylove010923 发表于 2004-2-28 14:29:39

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

请帮我解决

Bluedata 发表于 2004-2-28 14:32:41

http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=50945

mylove010923 发表于 2004-2-28 14:53:18

不行啊,我的分区是fat32的

Bluedata 发表于 2004-2-28 15:11:13

你究竟看没看啊。 :?

mylove010923 发表于 2004-2-28 15:24:09

我是这样挂的
/dev/hda5   /mnt/win    vfat defaults,codepage=936,iocharset=cp936 0 0
可是没用啊
麻烦大家了

Bluedata 发表于 2004-2-28 15:25:06

手动mount一下,看看有什么错误提示。

mylove010923 发表于 2004-2-28 16:17:49

错误信息:


# 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 labelor by uuid, using-U uuid .
Other options: [-nfFrsvw] [-o options].
For many more details, sayman 8 mount .

Bluedata 发表于 2004-2-28 16:22:06

mount -t vfat -o iocharset=cp936 /dev/hda6 /mnt/window
你应该先看看置顶帖。 :wink:

mylove010923 发表于 2004-2-28 16:27:17

按你的方法试了,可以挂上,没有问题,可是中文的还是不能显示

Bluedata 发表于 2004-2-28 16:30:16

locale
看看输出,估计又是utf8的问题。

mylove010923 发表于 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=

Bluedata 发表于 2004-2-28 16:39:33

修改/etc/sysconfig/i18n,全部改成zh_CN.GBK。

mylove010923 发表于 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"

Bluedata 发表于 2004-2-28 16:56:09

zh_CN.xxx改成zh_CN.GBK就可以了。

mylove010923 发表于 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"
改成这样的怎么还不行啊
页: [1] 2
查看完整版本: 我的fedora下面挂的分区怎么不可以显示中文啊