sudo apt-get install exfat-fuse exfat-utils
- create a mountpoint, e.g. ‘mkdir /media/Malaga/’
- use ‘sudo blkid’ to get the UUID of the attached USB drive
- extend /etc/fstab by an entry like:
UUID=5B86-AAAA /media/Malaga exfat defaults,auto,umask=000,users,rw,uid=pi,gid=pi 0 0
Then remount all mount points:sudo mount -a