/usr/share/ntfs-config/ro-policy.fdi is in ntfs-config 1.0.1-10.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->
<deviceinfo version="0.2">
<!-- file created by ntfs-config -->
<!-- make sure that we respect ntfs-config policy by setting ntfs-3g as ntfs -->
<device>
<match key="volume.fstype" string="ntfs-3g">
<match key="@block.storage_device:storage.hotpluggable" bool="true">
<merge key="volume.fstype" type="string">ntfs</merge>
</match>
</match>
<match key="volume.fstype" string="ntfs">
<merge key="volume.policy.mount_filesystem" type="string">ntfs</merge>
</match>
</device>
</deviceinfo>
|