-
Add the repository:
sudo add-apt-repository ppa:relan/exfat
-
Update the package list:
sudo apt-get update
-
Install the exfat package:
sudo apt-get install fuse-exfat
-
Create the mount folder:
sudo mkdir /media/exfat
-
Mount the filesystem (replace sdc1 with your exfat partition):
sudo mount -t exfat /dev/sdc1 /media/exfat
- Read and write to /media/exfat to your heart's desire.
-
When you are done, unmount the filesystem:
sudo umount /media/exfat