I am trying to mount a USB harddrive with NTFS. Ubuntu displays this eror message:
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?