auty 发表于 2005-1-21 14:59:46

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

我按这个做了多次也没有成功
mkdir /mnt/winc
mount -t vfat /dev/hda1 /mnt/winc
为什么?

ximinjie 发表于 2005-1-21 15:07:56

后面加上-o incharset=utf8

月下刀客 发表于 2005-1-21 16:01:45

是什么文件系统,如果是fat,要用-t msdos

auty 发表于 2005-1-21 16:16:43

fat32格式
加在哪个地方,麻烦说明!

WeiMingzhi 发表于 2005-1-21 16:40:58

SJRBQYF 发表于 2005-1-21 17:28:29

可能是你所在的当前目录不对吧!

月下刀客 发表于 2005-1-21 19:26:55

输出的错误信息是什么?

nice90 发表于 2005-1-22 13:47:08

怎么样解决呢?
RH9.0
# cd /
# cd 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?)
# 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?)
# 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?)
# mount -t vfat /dev/hd12 /mnt/wine -o incharset=utf8
mount: special device /dev/hd12 does not exist
# 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
# 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
# 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?)
#

yanzi_731 发表于 2005-1-22 14:39:04

mount -t vfat /dev/hdxx /mnt/winc -o default,iocharset=cp936,codepage=936,rw

yanzi_731 发表于 2005-1-22 14:39:42

对了别在/mnt/winc目录下用.
页: [1]
查看完整版本: 怎样才能装上windows 下的C盘?