1. Get block device IDs with `sudo blkid`
2. Find the `PARTID` and `TYPE` from the output for the partition you care about
3. Edit `/etc/fstab` to include
`PARTUUID=<from blkid> /mnt/location exfat auto,nofail,x-systemd.automount,x-systemd.idle-timeout=2,x-systemd.device-timeout=2 0 0`
4. `sudo systemctl daemon-reload && sudo systemctl restart local-fs.target`
Note that it's still safer to