NTFS/GPT Mount退出,退出代码为13

dea*_*arN 4 hdd mount ntfs external ubuntu-11.10

这是一个重复的帖子,因为我在askubuntu.com上没有得到任何帮助.

我有一个1TB外置硬盘,我最近格式化为NTFS.直到现在,我的Ubuntu 11.10罚款一直在增加.我没有做任何改变来影响我的操作系统或我的exhdd.

我得到的错误是:

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.
Run Code Online (Sandbox Code Playgroud)

我确实读过这个这个.但没有帮助.

我尝试安装,ntfsfix但不再存在这样的包.我从未在Windows机器上使用过这款硬盘.如果我需要使用其他机器来修复此问题,我可以访问mac.

有什么建议?

这是我的sudo fdisk -l输出:GPT是世界上的什么?我没有这样做.它曾经是NTFS.

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000586fb

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2148   961320312   480659082+  83  Linux
/dev/sda2       961320313   976773167     7726427+   5  Extended
/dev/sda5       961320314   976773167     7726427   83  Linux

WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xcfd88605

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1  1953525167   976762583+  ee  GPT
Run Code Online (Sandbox Code Playgroud)

dea*_*arN 15

这是有效的:

  1. 我首先需要得到ntfs-3g(sudo apt-get install ntfs-3g)
  2. 运行sudo fdisk -l以确定挂载点的位置.我的是/dev/sdb1
  3. 我跑了ntfsfix -b /dev/sdb1,解决了这个问题.