Is setting default mount options for udisks really not possible?
Solution 1:
I think there isn't.
But you can try a workaround: using udev
rules to override the udisks
options by creating your own /etc/udev/rules.d/*.rules
file; for details see this great Archlinux site.
Solution 2:
There seems to be a promising workaround: udisks-glue. See the man page for it's configuration file: udisks-glue.conf. I haven't tried it yet, but it may well be solution. It accepts mount options, but also a "post_mount_command".
Solution 3:
The ability to modify the allowed and default mount options is now available in udisks2 as of version 2.9.0. See the documentation here for how to configure default and allowed mount options.
I needed this functionality in order tweak the default Btrfs mount options. Since 2.9.0 isn't shipped with Ubuntu 18.04 or 20.04 I also wrote up a tutorial on how to install it from source on Ubuntu 18.04 here for anyone who is interested.