Disable Automount

Hi,

today I have received my new Vero 2.
Now I want to disable to auto mount feature for external drives so that I can set an static mount at fstab.

Know anyone how it is possible?

Set fstab to mount inside /mnt and you’ll be fine. No need to disable anything.

Yea thats works.
But so the device is mounted twice.

At /mnt and at /media/XXX

Is there any way to disable the mount at /media/ ?

Probably something like:

sudo systemctl disable udisks-glue
sudo systemctl disable udisks

This is untested.