FIX: unable to mount ntfs partition problem on linux mint

First run this code to know name of drive you want.

sudo fdisk -l

result like..
Terminal_001

 

 

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

 

 

 

You may also like...