|
发表于 2005-1-22 13:15:23
|
显示全部楼层
挂载ntfs盘出现的错误提示:
[root@localhost mnt]# mount -t ntfs /dev/hda3 /mnt/windowsE
mount: fs type ntfs not supported by kernel
[root@localhost mnt]# mount -t vfat /dev/hda3 /mnt/windowsE
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/windowsE
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/hda1 /mnt/windowsE
mount: wrong fs type, bad option, bad superblock on /dev/hda1,
or too many mounted file systems
怎么样解决它? |
|