当前位置: 技术问答>linux和unix
在LINUX下加载WINDOWS分区的文体,怪!
来源: 互联网 发布时间:2015-10-15
本文导语: 我想把WINDOWS下的分区加载,可是试了半天,煤油成功啊!! [root@localhost mnt]# mount -t vfat /dev/hda3 /mnt/E mount: wrong fs type, bad option, bad superblock on /dev/hda3, or too many mounted file systems (could this be the IDE device where y...
我想把WINDOWS下的分区加载,可是试了半天,煤油成功啊!!
[root@localhost mnt]# mount -t vfat /dev/hda3 /mnt/E
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/E
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 -o iocharset=utf8 /dev/hda3 /mnt/E
mount -t vfat -o iocharset=utf8 /dev/hda3 /mnt/E
|
先用fdisk -l看看分区,确定/dev/hda3的文件系统
如果不确定,可以不加-t参数,不知道你的linux是什么版本的,比较新的linux可以自动检测文件系统,不需要-t参数指定。
-o iocharset=utf8是一定要的,否则不能识别中文文件名
如果不确定,可以不加-t参数,不知道你的linux是什么版本的,比较新的linux可以自动检测文件系统,不需要-t参数指定。
-o iocharset=utf8是一定要的,否则不能识别中文文件名
|
你用的是什么系统,redhat,fc,debian?
|
去网上搜个ntfs的驱动吧。
google linux ntfs。
google linux ntfs。