[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Rawhide gnome mounts everything in sight



Clyde E. Kunkel wrote:
On boot, gnome mounts every partition I have on /media on my rawhide test system. How do I get it to stop?

TIA



Thanks to Ronald Warsow, I added the following and no longer get the desktop spam of mounted partitions:

/usr/share/hal/fdi/policy/10osvendor/99-redhat-storage-policy-fixed-drives.fdi
to prevent this from happening, here's its contents:

<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->

<deviceinfo version="0.2">
<device>
  <match key="@block.storage_device:storage.hotpluggable" bool="false">
    <match key="@block.storage_device:storage.removable" bool="false">
      <merge key="volume.ignore" type="bool">true</merge>
    </match>
  </match>
</device>
</deviceinfo>


--
---------------------------------
Regards,

Old Fart


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]