mount ntfs & exfat - Serbipunk/notes GitHub Wiki
ntfs
sudo apt-get install ntfs-3g
https://unix.stackexchange.com/questions/440841/ntfs-mftmirr-does-not-match-mft
I ran sudo ntfsfix /dev/sdb1
(where sdb1 is the device name from error message) and it fixed the problem.
exfat
sudo apt-get install exfat-fuse exfat-utils
https://www.howtogeek.com/235655/how-to-mount-and-use-an-exfat-drive-on-linux/