Disable GNOME Automounting

by Vivek Gite · 3 comments

How do I disable automounting under Fedora Linux GNOME desktop?

The GNOME, runs the program gnome-volume-manager to mount devices and removable media (such as DVDs, CDs and USB flash drives) whenever they are inserted into the system.

Use gconftool-2 GNOME configuration tool to disable or enable settings related to GNOME desktop. Each preference in the GConf repository is expressed as a key-value pair. A GConf preference key is an element in the GConf repository that corresponds to an application prefer-ence. Preference keys typically have simple values such as strings, integers, or lists of strings and integers.

List current settings

Type the following command:
$ gconftool-2 -R /desktop/gnome/volume_manager

Gnome Disable automounting

Type the following command:
$ gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type bool --set /desktop/gnome/volume_manager/automount_media false
$ gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type bool --set /desktop/gnome/volume_manager/automount_drives false

The automount drives and automount media settings should be set to false to avoid automounting. Read gconftool-2 man page for further details:
$ man gconftool-2

Featured Articles:

Want to read Linux tips and tricks, but don't have time to check our blog everyday? Subscribe to our daily email newsletter to make sure you don't miss a single tip/tricks. Subscribe to our weekly newsletter here!

{ 3 comments… read them below or add one }

1 Prakash 03.13.09 at 9:29 pm

Hello ,
I am currently trying Fedora 10 after as a Debian/buntu Luser(;) ) for so many years.In Fedora 10 ,the damn thing(HAL) automounts all partitions.will this a fix for that problem?Can I manually mount by clicking on the partition shown in LHS side of nautilus.?

Thanks

2 neeraj sinha 07.31.09 at 6:13 pm

what should be done in order to enable selfmounting of partitions in ubuntu 9.04?

3 Travis Low 11.01.09 at 5:20 am

The two commands from above did NOT work:

$ gconftool-2 –direct –config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory –type bool –set /desktop/gnome/volume_manager/automount_media false

$ gconftool-2 –direct –config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory –type bool –set /desktop/gnome/volume_manager/automount_drives false

I ran those commands and then I rebooted the machine.

I am trying to run several virtual Windows machines using VMWare. The automounting is a huge problem for me because as soon as I insert a flash drive, Ubuntu grabs it and then it is not accessible to the virtual machines. That is a huge problem because I can’t really use any of my virtual machines unless I can access local media, especially flash drives and DVDs.

I tried unmounting the drives but that doesn’t seem sufficient to let VMWare make them visible to the virtual machine. I’m not sure if that’s because the umount is too late, or if there is some other process that runs that keeps VMWare from making them available to the virtual machine.

The nicest solution would let me decide on-the-fly if I want to mount a removable media or not. The next best solution is to disable automounting altogether, and I’ll just mount devices as I need them. But I have yet to figure out how to disable automounting.

I have many years experience with linux so I’ll take any solution, even if it means I have to edit configuration files somewhere. Thanks for any help.

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous FAQ:

Next FAQ:

nixCraft FAQ PDF Collection Now Available To All