LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   hal "volume.policy.mount_option.sync" ignored in opensuse 10.2 ? (https://www.linuxquestions.org/questions/linux-software-2/hal-volume-policy-mount_option-sync-ignored-in-opensuse-10-2-a-548108/)

rtspitz 04-22-2007 02:26 PM

hal "volume.policy.mount_option.sync" ignored in opensuse 10.2 ?
 
dear friends,

up to now I've put this file into /usr/share/hal/fdi/policy/95userpolicy/

Code:

<?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
    <device>
    <!-- disable sync for mount -->
    <match key="block.is_volume" bool="true">
    <match key="volume.fsusage" string="filesystem">
    <match key="volume.uuid" string="8259d94e-e33e-4c1b-8aa0-6d6ed02d91b1">
    <merge key="volume.policy.mount_option.sync" type="bool">false</merge>
    <merge key="volume.policy.desired_mount_point" type="string">canyon-2</merge>
    </match>
    </match>
    </match>
    </device>
    </deviceinfo>

- the usb-drive partition gets mounted to the desired directory /media/canyon-2 as usual
- BUT: it is always mounted sync !! which i've disabled in the above file. that used to work with 10.0

what's going on here ?

rtspitz 06-05-2007 08:02 PM

anyone out there ?

rtspitz 07-08-2007 05:46 PM

no HAL experts out there ?

:cry:


All times are GMT -5. The time now is 11:14 PM.