Avoid automount external units

Hi
I like to avoid auto-mounting external drives when osmc boot or plug any unit. I like to mount units manually.
Thanks in advance

Try the following from the shell:

systemctl stop udisks-glue
systemctl disable udisks-glue.service

You don’t have to run the command each time you reboot…disable is permanent until the service is enabled again.

Thanks, it’s works