Unable to access 64gb volume - Ubuntu 14.04

Solution 1:

There is no need to add extra repo. If you are using Ubuntu 14.04, exfat-fuse and exfat-utils packages are present in Universe repository.

Enable it (if it is not enabled) using

sudo add-apt-repository universe

Update your software list using

sudo apt-get update

Now you can install it using

  sudo apt-get install exfat-fuse exfat-utils