找回密码
 注册
查看: 871|回复: 9

怎样才能装上windows 下的C盘?

[复制链接]
发表于 2005-1-21 14:59:46 | 显示全部楼层 |阅读模式
我按这个做了多次也没有成功
mkdir /mnt/winc
mount -t vfat /dev/hda1 /mnt/winc
为什么?
发表于 2005-1-21 15:07:56 | 显示全部楼层
后面加上-o incharset=utf8
回复

使用道具 举报

发表于 2005-1-21 16:01:45 | 显示全部楼层
是什么文件系统,如果是fat,要用-t msdos
回复

使用道具 举报

 楼主| 发表于 2005-1-21 16:16:43 | 显示全部楼层
fat32格式
加在哪个地方,麻烦说明!
回复

使用道具 举报

发表于 2005-1-21 16:40:58 | 显示全部楼层
mount /dev/hda1 /mnt 在我的 Debian GNU/Linux 3.0 中没问题
回复

使用道具 举报

发表于 2005-1-21 17:28:29 | 显示全部楼层
可能是你所在的当前目录不对吧!
回复

使用道具 举报

发表于 2005-1-21 19:26:55 | 显示全部楼层
输出的错误信息是什么?
回复

使用道具 举报

发表于 2005-1-22 13:47:08 | 显示全部楼层
怎么样解决呢?
RH9.0
[root@localhost root]# cd /
[root@localhost /]# cd mnt
[root@localhost mnt]# mount -t vfat /dev/hda3 /mnt/wine -o incharset=utf-8
mount: wrong fs type, bad option, bad superblock on /dev/hda3,
       or too many mounted file systems
       (could this be the IDE device where you in fact use
       ide-scsi so that sr0 or sda or so is needed?)
[root@localhost mnt]# mount -t vfat /dev/hda3 /mnt/wine -o incharset=utf8
mount: wrong fs type, bad option, bad superblock on /dev/hda3,
       or too many mounted file systems
       (could this be the IDE device where you in fact use
       ide-scsi so that sr0 or sda or so is needed?)
[root@localhost mnt]# mount -t vfat /dev/hda2 /mnt/wine -o incharset=utf8
mount: wrong fs type, bad option, bad superblock on /dev/hda2,
       or too many mounted file systems
       (aren't you trying to mount an extended partition,
       instead of some logical partition inside?)
[root@localhost mnt]# mount -t vfat /dev/hd12 /mnt/wine -o incharset=utf8
mount: special device /dev/hd12 does not exist
[root@localhost mnt]# mount -t vfat /dev/hda1 /mnt/wine -o incharset=utf8
mount: wrong fs type, bad option, bad superblock on /dev/hda1,
       or too many mounted file systems
[root@localhost mnt]# mount -t vfat /dev/hda1 /mnt/wine -o incharset=utf-8
mount: wrong fs type, bad option, bad superblock on /dev/hda1,
       or too many mounted file systems
[root@localhost mnt]# mount -t vfat /dev/hda3 /mnt/wine -o incharset=utf8
mount: wrong fs type, bad option, bad superblock on /dev/hda3,
       or too many mounted file systems
       (could this be the IDE device where you in fact use
       ide-scsi so that sr0 or sda or so is needed?)
[root@localhost mnt]#
回复

使用道具 举报

发表于 2005-1-22 14:39:04 | 显示全部楼层
mount -t vfat /dev/hdxx /mnt/winc -o default,iocharset=cp936,codepage=936,rw
回复

使用道具 举报

发表于 2005-1-22 14:39:42 | 显示全部楼层
对了别在/mnt/winc目录下用.
回复

使用道具 举报

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

本版积分规则

GMT+8, 2025-9-14 07:08 , Processed in 0.039128 second(s), 16 queries .

© 2001-2025 Discuz! Team. Powered by Discuz! X3.5.

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