On 13/07/07 23:28, Michael Biebl wrote:
> Laurent Grawet wrote:
>> Package: hal
>> Version: 0.5.8.1-9
>> Followup-For: Bug #418176
>>
>> Hello,
>>
>> I confirm this behaviour. This is a really annoying bug.
>>
>
> Are you using the ntfs or the ntfs-3g driver?
>
> Michael
>
>
Sorry, I forgot to attach the file...
Here it is.
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->
<deviceinfo version="0.2">
<!-- mount ntfs volume with the ntfs-3g driver. If you want to change this policy to
use the read only ntfs driver for default instead, just replace ntfs-3g by ntfs -->
<device>
<match key="volume.fstype" string="ntfs">
<merge key="volume.policy.mount_filesystem" type="string">ntfs-3g</merge>
</match>
</device>
<!-- if ntfs-3g, we need some special option (don't touch this policy if you change
the default policy to ntfs above. In any way, **don't touch this policy**)-->
<device>
<match key="volume.fstype" string="ntfs-3g">
<append key="volume.mount.valid_options" type="strlist">nonempty</append>
<merge key="storage.policy.mount_option.nonempty" type="bool">true</merge>
<merge key="volume.policy.mount_option.nonempty" type="bool">true</merge>
</match>
</device>
</deviceinfo>