Comment 21 for bug 27323

Revision history for this message
Martin Pitt (pitti) wrote : Re: hal's automount_enabled_hint causes disk activity every few seconds

/etc/hal/fdi/policy/preferences.fdi has an example for that. Try something like

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