Skip to content

Instantly share code, notes, and snippets.

@lindwurm
Created August 25, 2014 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lindwurm/1c3f7b156767c54c721f to your computer and use it in GitHub Desktop.
Save lindwurm/1c3f7b156767c54c721f to your computer and use it in GitHub Desktop.
外付けHDDの"hard"(/dev/sdb1)がmountできなかったあれ
Error mounting /dev/sdb1 at /media/lindwurm/hard: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sdb1" "/media/lindwurm/hard"' exited with non-zero exit status 13: MFT is corrupt, cannot read its unmapped extent record 30363
Note : chkdsk cannot fix this, try ntfsfix
Inode is corrupt (0): Input/output error
Failed to load runlist for $MFT/$DATA.
highest_vcn = 0x3, last_vcn - 1 = 0x3d99d
Failed to load $MFT: Input/output error
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment