Ensure "exec" takes effect
Per "man mount" (https://linux.die.net/man/8/mount):
users - Allow every user to mount and unmount the filesystem. This option implies the options noexec, nosuid, and nodev (unless overridden by subsequent options, as in the option line users,exec,dev,suid).
So, our intended "exec" must show up after "users".