QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1379|回复: 2

mount ?字体

[复制链接]
发表于 2004-3-21 10:39:57 | 显示全部楼层 |阅读模式
我装了redhat,和windows共享用了这个口令:
mount /dev/hda8 /mnt/G: -o iocharset=cp936
以前用这个口令就可以显示中文但是现在就不可以,而且是中文的文件除了乱吗还显示 "(无效的 Unicode)",请问怎么改才能显示完整中文
发表于 2004-3-24 09:03:05 | 显示全部楼层
mount /dev/hda8 -o  -o iocharset=cp936 /mnt/G
你编译内核时有没有把支持中文的cp936编入核心或者模块当中,如果用的是RH9.0是不需要改动这一项的,它的默认就是把这写在模块中。
我也是菜鸟,刚刚学linux不到一个月。
希望我的话能帮助你。
回复

使用道具 举报

发表于 2004-3-24 13:00:18 | 显示全部楼层
mount -t vfat(ntfs?) -o iocharset=cp936 /dev/hda8 /mnt/G

U may also try

mount -t vfat(ntfs?) /dev/hda8 /mnt/G

(if u compile the kernel and set cp936 as default codepage)
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-5-8 10:55 , Processed in 0.093179 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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