Skip to content

Instantly share code, notes, and snippets.

@atilaromero
Created August 20, 2019 19:50
Show Gist options
  • Save atilaromero/b8dc6b2aef3c8b6a964f86b67aa275d8 to your computer and use it in GitHub Desktop.
Save atilaromero/b8dc6b2aef3c8b6a964f86b67aa275d8 to your computer and use it in GitHub Desktop.
# /etc/udev/rules.d/99-noautomount.rules
ENV{UDISKS_PRESENTATION_HIDE}="1"
ENV{UDISKS_PRESENTATION_NOPOLICY}="1"
ENV{UDISKS_AUTOMOUNT_HINT}="never"
ENV{UDISKS_SYSTEM_INTERNAL}="1"
ENV{UDISKS_IGNORE}="1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment