Comment 11 for bug 16356

Revision history for this message
Mantas Kriaučiūnas (mantas) wrote :

I solved this bug in Baltix GNU/Linux 2.0 by patching pmount to allow globs in /etc/pmount.allow file (2 lines patch) and improving 02_ignored_volumes.patch in hal package - "volume.ignore" key should be set to true only when "volume.is_mounted" is true (one line fix, look at bug #48118 ).

Then I simply added one more script in casper-bottom folder from casper package, which adds 2 lines ("/dev/hd*" and "/dev/sd*") into /etc/pmount.allow and changes one line in /etc/hal/fdi/policy/preferences.fdi :
<merge key="storage.automount_enabled_hint" type="bool">true</merge>