Error mounting: mount exited with exit code 13: $MFTMirr does not match $MFT (record 0).
Failed to mount '/dev/sdb2': 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.
今天在xp下插硬盤,有一個盤符死活沒有內容,老報錯,就去ubuntu下試試,一看就報了上面這個圖片的錯誤 ubuntu
網絡一搜解決方法不少,爲了之後防止這種狀況再次發生,以備不測,將方法貼出來 windows
(1)進入windows下 win+R(或者直接找到‘運行’) -> cmd -> DOS命令行窗口
(2)查找移動硬盤在你windows下的卷名,個人是I:盤
(3)在DOS中鍵入, chkdsk I: /f
(4)安全卸載硬盤
(5)從新插入硬盤,測試可否成功傳輸文件
(6)在ubuntu上插入硬盤測試。 安全
緣由多是由於你上次沒有正常卸載硬盤致使的 網絡
cmd-chkdsk/f 這條指令的做用是什麼? app
硬盤掃描,用於檢查硬盤錯誤。 測試
後面加 /f 或 -f 表示檢查時自動修復錯誤 spa
/x 表式強行檢查,若是硬盤在用則先卸下硬盤,在進行掃描。 命令行
/V 表示在fat/fat32 的文件格式上顯示完整的文件夾路徑和名稱。 code
/I 用與NTFs索引項進行最小強度檢查 索引
/C 用於跳過文件夾結構循環檢查