QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 759|回复: 4

mount的问题——不能显示中文

[复制链接]
发表于 2003-10-15 23:32:25 | 显示全部楼层 |阅读模式
用mount -t vfat /dev/hda5 /mnt/d可以正常加载,但请看下面
[root@liqishan root]# mount /dev/hda5 /mnt/d -o iocharset=cp936
mount: wrong fs type, bad option, bad superblock on /dev/hda5,
or too many mounted file systems
[root@liqishan root]# mount -t vfat /dev/hda5 /mnt/d -o iocharset=cp936
mount: wrong fs type, bad option, bad superblock on /dev/hda5,
or too many mounted file systems
[root@liqishan root]# mount -t vfat -o iocharset=gb2312,codepage=936 /dev/hda6 /mnt/e
mount: wrong fs type, bad option, bad superblock on /dev/hda6,
or too many mounted file systems
[root@liqishan root]#
请教高手,这是什么原因呀?难道我不能在linux下看WIN中有中文的文件名?
我用的是新编译的2.6.0-test6的内核
发表于 2003-10-16 12:26:17 | 显示全部楼层
http://www.linuxfans.org/nuke/modules.phpname=Forums&file=viewtopic&t=6712
回复

使用道具 举报

 楼主| 发表于 2003-10-16 12:31:55 | 显示全部楼层
[quote:9c779b34bb="goldedge"]http://www.linuxfans.org/nuke/modules.phpname=Forums&file=viewtopic&t=6712[/quote]
打不开
回复

使用道具 举报

发表于 2003-10-16 20:10:59 | 显示全部楼层
mount -o iocharset=cp936 /dev/hda5 /mnt/
回复

使用道具 举报

发表于 2003-10-18 13:36:31 | 显示全部楼层
mount -o codepage=936,iocharset=cp936 /dev/hda5 /mnt/
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-23 21:22 , Processed in 0.077457 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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