Nautilus disable auto mount

From WickyWiki
Revision as of 06:30, 1 April 2016 by Wilbert (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

When you insert an USB stick or USB drive Nautilus will automatically try to mount every partition on it. In combination with 'Require sudo password for mounting', it will request a password for each try. You can disable this behavior with the gconf-editor.

Start dconf-editor:

sudo apt-get install dconf-tools
dconf-editor

Go to: org -> gnome -> desktop -> media-handling -> automount and uncheck the value.

Or:

gsettings set org.gnome.desktop.media-handling automount false

See also: