[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-linux
Subject:    [kde-linux] mediamanager hal and mount options
From:       Anselmo <omlesna () gmail ! com>
Date:       2007-01-04 16:34:02
Message-ID: 200701041734.07273.omlesna () gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/signed)]


Hi,

media manager always use the option sync with external disk.

i've managed to disable the sync option in the hal configuration

	<merge key="volume.policy.mount_option.sync" type="bool">false</merge>

and i've verifed that the key is correctly set for the device.

	0: udi 			
= '/org/freedesktop/Hal/devices/volume_uuid_c07b1b3c_2137_4948_b941_e8d5eb657f4f'
	volume.policy.mount_option.sync = false  (bool)
	volume.unmount.valid_options = { 'lazy' } (string list)
	volume.mount.valid_options = 
{ 'ro', 'sync', 'dirsync', 'noatime', 'nodiratime', 'noexec', 'quiet', 'remount', 'exec', 'data=' } 
(string list)


The problem is that mediamanager continue to use the sync option.

I've to remove the sync options also from the volume.mount.valid_options

	<remove key="volume.mount.valid_options" type="strlist">sync</remove>

and get

0: udi 			
= '/org/freedesktop/Hal/devices/volume_uuid_c07b1b3c_2137_4948_b941_e8d5eb657f4f'
	volume.policy.mount_option.sync = false  (bool)
	volume.unmount.valid_options = { 'lazy' } (string list)
	volume.mount.valid_options = 
{ 'ro', 'dirsync', 'noatime', 'nodiratime', 'noexec', 'quiet', 'remount', 'exec', 'data=' } 
(string list)

to get things working.

Why mediamanager doesn't consider the volume.policy.mount_option ?


[Attachment #5 (application/pgp-signature)]

___________________________________________________
This message is from the kde-linux mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde-linux.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic