FIX: unable to mount ntfs partition problem on linux mint
First run this code to know name of drive you want.
sudo fdisk -l
Then run next code to fix errors..
sudo ntfsfix /dev/sda2
Notice:
“/dev/sda2” is your drive want to fix it ..
Have fun .. 🙂
Source:
https://gist.github.com/AmrAbdeen/72be3102a512ca1d0d22
