Environment
Ubuntu 20.04
Problem
Ubuntu is not able to access USB drive.
Facts
My USB drive works perfectly on Windows.
My USB drive used to work perfectly on Ubuntu 18.04
History
Last week, I upgraded from Ubuntu 18.04 to Ubuntu 19.10 >> USB failed to mount successfully after upgrade.
Today, I upgraded from Ubuntu 19.10 to Ubuntu 20.04 >> It is still failing.
Questions
How can I fix my lost usb functionality? Ubuntu can see the disk but I am not able to access it.
sudo apt install --reinstall ntfs-3g
, which will reinstall the Ubuntu NTFS driver. – Daniel M. May 07 '20 at 09:10