ubuntu 拷贝文件中断后无法识别硬盘分区
今天我用移动硬盘在Ubuntu12.04拷贝数据,可能是系统响应过慢,拷贝到最后时未完成,就将硬盘移除。下次再插入硬盘硬盘时提示:“Error mounting: mount exited with exit code 13: $MFTMirr does not match $MFT (record 0). Failed to mount'/dev/sdb1': Input/o
·
- 今天我用移动硬盘在Ubuntu 12.04拷贝数据,可能是系统响应过慢,拷贝到最后时未完成,就将硬盘移除。下次再插入硬盘硬盘时提示:
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.”
- 多次卸载再插入也挂载不成功,于是按照提示去解决问题。
- 先在windows server 2003上尝试用chkdsk /f命令去修复硬盘错误,但用 echo list volumn|diskpart 命令查不到该移动硬盘的卷名,查询结果如下:
C:\Documents and Settings\Administrator>echo list volume|diskpart
Microsoft DiskPart Copyright (C) 1999-2001 Microsoft Corporation.
On computer: SCUTECH-LZX
DISKPART>
- 于是又在windows server 2008尝试修复。发现移动硬盘可以直接在该系统打开,查看到是D盘,于是修复D盘的移动硬盘,修复过程如下:
The type of the file system is NTFS.
Volume label is Seagate Backup Plus Drive.
CHKDSK is verifying files (stage 1 of 3)...
File verification completed.
CHKDSK is verifying indexes (stage 2 of 3)...
64 percent complete. (12906 of 16571 index entries processed)
Deleting index entry obackup-2.1.904-ubuntu-12.04.1-server-amd64 in index $I30 o
f file 5.
Deleting index entry obackup-2.1.911-ubuntu-12.04.1-server-amd64 in index $I30 o
f file 5.
Index verification completed.
CHKDSK is verifying security descriptors (stage 3 of 3)...
Security descriptor verification completed.
Correcting errors in the Master File Table (MFT) mirror.
Correcting errors in the Volume Bitmap.
Windows has made corrections to the file system.
- obackup-2.1.904-ubuntu-12.04.1-server-amd64就是我之前拷贝出错的数据,现在将其index entry删除。
- 重新将移动硬盘查到Ubuntu上,已经可以重新挂载并使用了,就这么简单~

魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。
更多推荐



所有评论(0)