diff options
Diffstat (limited to 'source/a/ntfs-3g/10-ntfs-3g-policy.fdi')
-rw-r--r-- | source/a/ntfs-3g/10-ntfs-3g-policy.fdi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/source/a/ntfs-3g/10-ntfs-3g-policy.fdi b/source/a/ntfs-3g/10-ntfs-3g-policy.fdi new file mode 100644 index 00000000..baaf8159 --- /dev/null +++ b/source/a/ntfs-3g/10-ntfs-3g-policy.fdi @@ -0,0 +1,13 @@ +<?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> |