*Michael Biebl* <[EMAIL PROTECTED]> wrote: > Hi, Hi! :-) First of all thanks very much for your answer.
> please read /etc/hal/fdi/policy/preferences.fdi > and comment out the section for ignoring non-removable devices. I followed your advice and then I commented out this section (see below), but the problem remains. Feel free to ask if you need more details. | <!-- | The following shows how to hint gnome-volume-manager and other programs | that honor the storage.automount_enabled_hint to not mount non-removable | media. | --> | <device> | <match key="storage.hotpluggable" bool="false"> | <match key="storage.removable" bool="false"> | <merge key="storage.automount_enabled_hint" type="bool">false</merge> | </match> | </match> | </device>