I can’t access my portable drive on Ubuntu 12.04 LTS because of exFAT file format

Ubuntu Portable Drive

Just unplug your USB portable drive… then run these commands and plug-it again.


$ sudo apt-add-repository ppa:relan/exfat
$ sudo apt-get update
$ sudo apt-get install fuse-exfat exfat-utils

source: http://stackoverflow.com/questions/6537878/how-to-mount-a-exfat-partition-in-ubuntu-11-04