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

Shaumyadeep Chaudhuri shaumya at gmail.com
Wed Feb 4 21:31:17 GMT 2009


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


Shaumyadeep Chaudhuri shaumya gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |UPSTREAM




--- Comment #20 from Shaumyadeep Chaudhuri <shaumya gmail com>  2009-02-04 22:31:16 ---
Thanks,
This definitely solves the problem.
But that policy will work only for removable drives.
With a little modification as below it will work for all ntfs drives including
hard disks.

<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
    <device>
        <match key="volume.fstype" string="ntfs">
            <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>
    </device>
</deviceinfo>


-- 
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