Little Help With volume.ignore
Salatiel Filho
salatiel.filho at gmail.com
Sun Jul 27 12:38:31 PDT 2008
Hi guys, i am trying to make a few changes to my hal policy.
First i tried to force determined partition to be ignored , so i added
to my test.fdi :
<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
<device>
<match key="block.device" string="/dev/sda8">
<merge key="volume.ignore" type="bool">true</merge>
</match>
</device>
</deviceinfo>
but volume.ignore keeps returning FALSE to ttha device. Why ?
Second i would like that all umounted devices be ignored. So i tried:
<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
<device>
<match key="volume.is_mounted" bool="false">
<merge key="volume.ignore" type="bool">true</merge>
</match>
</device>
</deviceinfo>
Same problem. It did not work. Any ideas ?
--
[]'s
Salatiel
"O maior prazer do inteligente é bancar o idiota
diante de um idiota que banca o inteligente".
More information about the hal
mailing list