How to install exfat-nofuse?

Just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:

Install Git and get the source code for Exfat-nofuse:

sudo apt-get install git
git clone https://github.com/rxrz/exfat-nofuse.git

Install Exfat-nofuse:

cd exfat-nofuse
make
sudo make install

Load the Exfat-nofuse module to the kernel:

sudo modprobe exfat_fs

Source:LinuxG