So, I installed exFAT support (Lubuntu 14.04) and it all works fine in a file manager (PCManFM), but I want to mount a disk in terminal, and it says exFAT is not found? It must be if its mounted though, right?
$> sudo mount -t exfat -o uid=plex,gid=nogroup /dev/sdc /media/chris/plex_disk/
FUSE exfat 1.0.1
ERROR: exFAT file system is not found.
I installed it manually using aptitude:
apt-get install -y exfat-fuse exfat-utils
Any help gratefuly received, Chris