我的fedora下面挂的分区怎么不可以显示中文啊
请帮我解决 http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=50945 不行啊,我的分区是fat32的 你究竟看没看啊。 :? 我是这样挂的/dev/hda5 /mnt/win vfat defaults,codepage=936,iocharset=cp936 0 0
可是没用啊
麻烦大家了 手动mount一下,看看有什么错误提示。 错误信息:
# 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 . mount -t vfat -o iocharset=cp936 /dev/hda6 /mnt/window
你应该先看看置顶帖。 :wink: 按你的方法试了,可以挂上,没有问题,可是中文的还是不能显示 locale
看看输出,估计又是utf8的问题。 输出:
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= 修改/etc/sysconfig/i18n,全部改成zh_CN.GBK。 要怎么改啊谢谢
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" zh_CN.xxx改成zh_CN.GBK就可以了。 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