PDA

View Full Version : [mythbuntu] Disable automount



mesc
January 9th, 2009, 06:06 PM
I would like to disable automount for USB sticks or reconfigure some automount settings. xfc4. It is not Thunar which manages automount.

Any help? No luck with google...

Thank you

Monteaup
January 27th, 2009, 04:21 PM
Also looking for a solution...

I found this...

http://ubuntuforums.org/showthread.php?t=13692&page=2

But it is not working any more. I also removes the gnome-volume-manager but the automount is still active?!

Monteaup
January 28th, 2009, 09:33 AM
This works for me....

You need to edit the /etc/hal/fdi/policy/preferences.fdi

and add this...

<device>
<match key="storage.hotpluggable" bool="true">
<match key="storage.removable" bool="true">
<merge key="storage.automount_enabled_hint" type="bool">false</merge>
</match>
</match>
</device>