Mounting Extended Fat in Ubuntu

If when trying to mount a usb drive, card or card reader in linux you get an error that has something like this… “unable to access error mounting exited with non-zero exit status unknown filesystem” you may need to install the extended fat driver. Do so with terminal command…

sudo apt-get install exfat-fuse exfat-utils

And you’ll be good to go.