無法存取「希捷擴充硬碟」2 TB

無法存取「希捷擴充硬碟」2 TB

我買了一塊希捷擴展2TB 外接硬碟在跨平台作業系統中使用,但在使用之前我沒有費心做任何設定或安裝(如果有任何或必要的話),並將其插入我的筆記型電腦,其中有Ubuntu 13.10它。當我從筆記型電腦傳輸到外部硬碟(希捷 2 TB)時,它工作正常,但突然它向我顯示一條錯誤訊息(下面的螢幕截圖)。在啟動器中出現圖標,但無法執行任何任務。我已經將所有文件轉移到其中,不想丟失它。還有如何進行分區以便它也可以用於其他作業系統?預先感謝。

Error mounting /dev/sdb1 at /media/koyu/Seagate Expansion Drive: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sdb1" "/media/koyu/Seagate Expansion Drive"' exited with non-zero exit status 13: $MFTMirr does not match $MFT (record 0).
Failed to mount '/dev/sdb1': 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.

答案1

您可以在 Ubuntu/Linux 中使用 ntfsfix 檢查 NTFS。

打開你的終端機並輸入

sudo apt-get install ntfsprogs

然後輸入為

sudo ntfsfix /dev/sdbXX

XX表示您的設備ID,您可以透過以下方式找到它df -h

信用在這裡

答案2

我使用的是希捷擴充硬碟 4TB 版本。它會凍結 Ubuntu 並且無法存取磁碟。我更新到核心 3.16,問題就消失了。

相關內容