Exfat support

I have an exfat formatted drive (I guess I could switch to NTFS or ext4 or something). It would be nice if exfat were supported. When logged in on ssh, I did:

$ sudo apt-get update $sudo apt-get install exfat-fuse

I tried rebooting and running, but it didn’t work. So, I had to get the disk UUID and add it to fstab:

$sudo blkid /dev/sda1: LABEL="Media" UUID="AC24-053A" TYPE="exfat"

UUID=AC24-053A /mnt/USB exfat defaults,noexec,nodev,nosuid

Now it works!