Linux Mint 22 - not mounting NTFS

Got a data recovery situation and have a question? This is where to ask.
Post Reply
lcoughey
Site Admin
Posts: 997
Joined: Thu Jan 08, 2015 7:23 pm
Location: Ontario, Canada
Contact:

Linux Mint 22 - not mounting NTFS

Post by lcoughey »

I have a freshly installed Linux Mint 22 and was having issues mouting any NTFS formatted drive. I would get the error mounting error, stating wrong fs type. After scowering the web and reading through multiple forum threads, it would appear that this is a glitch with ntfs3 not playing nice with ntfs-3g and is quickly resolved by the following command:

Code: Select all

echo 'blacklist ntfs3' | sudo tee /etc/modprobe.d/disable-ntfs3.conf
Then reboot the box.
I hope this quick and direct post helps someone else save time with a direct solution to the problem.
Post Reply