1

I am trying to mount a USB harddrive with NTFS. Ubuntu displays this eror message:

enter image description here
sudo fixntfs didn't resolve the problem.

linuxcomprrrr@rr-a-computer:/home/rrrr# sudo ntfsfix /dev/sdd1
Mounting volume... Failed to load runlist for $MFT/$DATA.
highest_vcn = 0x1ba0a, last_vcn - 1 = 0x1a60a
Failed to load $MFT: Input/output error
FAILED
Attempting to correct errors... Failed to load runlist for $MFT/$DATA.
highest_vcn = 0x1ba0a, last_vcn - 1 = 0x1a60a
Failed to load $MFT: Input/output error
FAILED
Failed to startup volume: Input/output error
Checking for self-located MFT segment... OK
Failed to load runlist for $MFT/$DATA.
highest_vcn = 0x1ba0a, last_vcn - 1 = 0x1a60a
Failed to load $MFT: Input/output error
Volume is corrupt. You should run chkdsk.
linuxcomprrrr@rr-a-computer:/home/rrrr# 

How can I fix the volume from Ubuntu?

1 Answers1

0

ntfsfix can only do basic NTFS repair tasks. It's main functionality is marking the file system dirty so that Windows will automatically scan it.

jdwolf
  • 1,076