怎样才能装上windows 下的C盘?
我按这个做了多次也没有成功mkdir /mnt/winc
mount -t vfat /dev/hda1 /mnt/winc
为什么? 后面加上-o incharset=utf8 是什么文件系统,如果是fat,要用-t msdos fat32格式
加在哪个地方,麻烦说明! 可能是你所在的当前目录不对吧! 输出的错误信息是什么? 怎么样解决呢?
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?)
# mount -t vfat /dev/hdxx /mnt/winc -o default,iocharset=cp936,codepage=936,rw 对了别在/mnt/winc目录下用.
页:
[1]