|
发表于 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]# |
|