[Bug 157378] HAL+NTFS-3g fails to automount ntfs drives

Francesco Di Muccio francesco.dimuccio at email.it
Mon Jan 26 08:24:36 GMT 2009


http://bugs.kde.org/show_bug.cgi?id=157378


Francesco Di Muccio francesco dimuccio email it changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |francesco.dimuccio at email.it




--- Comment #18 from Francesco Di Muccio <francesco dimuccio email it>  2009-01-26 09:24:35 ---
I'm not sure that dolphin is the problem, I solved creating a new hal policy
file in /usr/share/hal/fdi/policy/10osvendor and after an hald restart
everything was fine, here is the content of 20-ntfs-config-write-policy.fdi

<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
    <device>
        <match key="volume.fstype" string="ntfs">
           <match key="@block.storage_device:storage.hotpluggable" bool="true">
               <merge key="volume.fstype" type="string">ntfs-3g</merge>
               <merge key="volume.policy.mount_filesystem"
type="string">ntfs-3g</merge>
               <append key="volume.mount.valid_options"
type="strlist">locale=</append>
           </match>
        </match>
    </device>
</deviceinfo>

My system is Gentoo 2.6.27-gentoo-r7:
hal-0.5.11-r6
ntfs3g-1.5130
kde 4.1.4


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list