無法 mount 外接硬碟 - Linux

Table of Contents

現役的作業系統是 Linux Mint 14

這顆外接硬碟平常使用都沒問題,但最近幾次,
電源打開後,就跑出下列的訊息:

Error mounting /dev/sdc1 at /media/Riverdrive/My Book: Command-line
`mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,
dmask=0077,fmask=0177" "/dev/sdc1" "/media/Riverdrive/My Book"' exited with
non-zero exit status 13: $MFTMirr does not match $MFT (record 0).

Failed to mount '/dev/sdc1': 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.

請問這是外接硬碟故障?
還是 Linux 的問題?

目前測試結果,有一顆 WD 及一顆 Seagate 的顯示這個訊息;
另一顆 WD 及一顆 Seagate 硬碟則可正常存取、使用。

所以,有點搞不清楚到底是外接硬碟有問題,還是電腦有問題。

--

All Comments

William avatarWilliam2013-10-03
這log的錯誤說明很明瞭吧...
Damian avatarDamian2013-10-06
NTFS有錯誤 回到WIN底下run個chkdsk /f
這問題通常可能是硬碟沒安全移除就直接拔造成