After an update some weeks ago Gnome mounts all of my partitions. It even shows /boot twice (how annoying).
How can I stop gnome automounting everything? I am guessing it is something to do with hal.
mallchin wrote:After an update some weeks ago Gnome mounts all of my partitions. It even shows /boot twice (how annoying).
How can I stop gnome automounting everything? I am guessing it is something to do with hal.
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
<device>
<match key="volume.fsusage" string="filesystem">
<merge key="volume.ignore" type="bool">true</merge>
<match key="@block.storage_device:storage.removable" bool="true">
<merge key="volume.ignore" type="bool">false</merge>
<merge key="storage.policy.should_mount" type="bool">true</merge>
</match>
</match>
</device>
</deviceinfo>