早教吧 育儿知识 作业答案 考试题库 百科 知识分享

linux挂载ntfs分区时出现错误如下$MFTMirrdoesnotmatch$MFT(record0).Failedtomount'/dev/sda8':Input/outputerrorNTFSiseitherinconsistent,orthereisahardwarefault,orit'saSoftRAID/FakeRAIDhardware.Inthefirstcaserun

题目详情
linux 挂载ntfs 分区时出现错误 如下
$MFTMirr does not match $MFT (record 0).
Failed to mount '/dev/sda8': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.
▼优质解答
答案和解析
两点:
第一,做一下chkdsk /f,检查并修复磁盘逻辑错误。
第二,Linux挂载NTFS,需要指定文件系统类型位ntfs,直接mount,可能会出错。