0

The error message is:

Error mounting /dev/sdb1 at media/dennis/TOSHIBA EXT :Command-line 'mount-t "ntfs"_o
"uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177"
"/dev/sdb1""media/dennis/TOSHIBA EXT"' exited with non-zero exit status13:$MFTMirr does not match $MFT(recordo).

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/Fake RAID 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.

(udisks-error-quark,0)
Severus Tux
  • 10,126
Dennis
  • 3

1 Answers1

-1

The third paragraph says NTFS is inconsistent, and tells you how to fix it with Windows. NTFS is a Microsoft secret that Linux can't fix.

Also see this answer.

waltinator
  • 37,856