[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Rawhide gnome mounts everything in sight
- From: "Clyde E. Kunkel" <clydekunkel7734 cox net>
- To: For testers of Fedora Core development releases <fedora-test-list redhat com>
- Subject: Re: Rawhide gnome mounts everything in sight
- Date: Mon, 02 Jun 2008 19:52:37 -0400
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]