Mounting exfat as normal user?

In 4.0 I used to be able to do this, with exfat-fuse as the filesystem type in /etc/fstab. In 5.0 it seems to be impossible.
I have in /etc/fstab
/dev/sdb1 /media/exfat exfat-fuse users,rw,umask=000,iocharset=utf8,noauto 0 0
This works as root but fails as a normal user.
http://www.tuxera.com/community/ntfs-3g ... seroption3 tells me that I can't do it using Fuse unless ntfs-3g is compiled with integrated Fuse support. It isn't. Is there some way to do it without Fuse? Directly putting ntfs-3g in /etc/fstab as the filesystem type silently fails as a user and as root produces the error "NTFS signature is missing."
I have in /etc/fstab
/dev/sdb1 /media/exfat exfat-fuse users,rw,umask=000,iocharset=utf8,noauto 0 0
This works as root but fails as a normal user.
http://www.tuxera.com/community/ntfs-3g ... seroption3 tells me that I can't do it using Fuse unless ntfs-3g is compiled with integrated Fuse support. It isn't. Is there some way to do it without Fuse? Directly putting ntfs-3g in /etc/fstab as the filesystem type silently fails as a user and as root produces the error "NTFS signature is missing."