[...] Error mounting /dev/sdb2 at /media/tina/TOSHIBA EXT 4TB new: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sdb2" "/media/tina/TOSHIBA EXT 4TB new"' exited with non-zero exit status 13: $MFTMirr does not match $MFT (record 0).
Failed to mount '/dev/sdb2': Input/output error [...]
Hi!

As I see it, there is more than one problem to solve.
1. Drive formatting. You need to check the type of formatting. The error message, suggests that the drive was formatted on a UEFI firmware machine. That means that reading the drive on a BIOS firmware (that is: Intel T2330 Dual Core), will always lead to read errors, since the GPT partitioning format is different from MSDOS partitioning format that is used by the T2330 laptop . So, use GPartEd to check the type of partitions the drive has. If the partitioning is GPT, there is only one approach possible: Backup the data on a different drive then reformat the drive with MSDOS partitioning system, THEN create new partitions, less then 4 TB, or else, you'll get formatting errors.
2. Filesystem Assuming the drive partitioning system
IS MSDOS, then the filesystem might be corrupted. See the previous post for fixing that:
https://www.linuxliteos.com/forums/hard-drives-ssds/hard-drive-will-not-mount/msg58911/?topicseen#msg58911Unfortunately, you need to check the drive state in order to rule out a faulty drive, which might be the cause of the filesystem failure.
3. Drive state I use a tiny program that allows me to check the drive state:
HD Sentinel. Go to:
https://www.hdsentinel.com/hard_disk_sentinel_linux.phpRead the instructions, download the App and install it or simply use the CLI version and check the drive.
IF the drive IS HEALTHY, then it surely is a faulty filesystem and to fix it, you need to run chckdisk /f, as stated before.
The app will try to fix the errors. Might take a (very) long time though, especially if there were extensive damages to the FS.
As I said before, it is very important to check the type of partitioning system: is it GPT or is it MSDOS?
MSDOS, supports at most 3,6 TB partitions.
Only GPT supports drives and partitions larger than 3,6 TB.Also, the 4 TB drive support on an MSDOS partitioning system, is debatable. Although in theory it is supported, in fact, you can only format about 80% of the drive, due to MSDOS intrinsic limitations. So, you will be able to create 4 partitions at about 900 GB each (= 3600 GB = 3,51 TB). Beyond that, the drive might get damaged or generate reading and/or formatting errors.
Usually, a 4 TB drive requires a GPT formatting and a UEFI capable machine and since the machine is a BIOS one, the solution is the one I presented above.
I previously had 1 TB, 2 TB, 3 TB drives. When I moved to 4 TB, I started having problems with the formatting so I had to give up some 800 GB in order to be able to use MSDOS partitioning.
I can fix this, since my previous machine was a BIOS (Lenovo T400) and now I have an UEFI machine. But this takes a long time...
Hope this wil help fixing the problems!

Best regards!
