QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 703|回复: 4

mount问题请教

[复制链接]
发表于 2003-10-11 23:12:28 | 显示全部楼层 |阅读模式
用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-12 21:41:04 | 显示全部楼层
那就试一试

mount  -o iocharset=cp936  /dev/hda5  /mnt/d

应该把option 放在argument 前面 ok 了                 
回复

使用道具 举报

 楼主| 发表于 2003-10-13 22:01:42 | 显示全部楼层
不行的,有谁教教我呀?
回复

使用道具 举报

发表于 2003-10-16 14:25:27 | 显示全部楼层
请教怎么加载iso文件???
回复

使用道具 举报

发表于 2003-10-17 07:59:30 | 显示全部楼层
[quote:0c882eb442="王紫豪"]请教怎么加载iso文件???[/quote]
用loop设备:mount -o loop /home/xxx/xxx.iso /mnt/CD
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-9-20 14:45 , Processed in 0.040200 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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