summaryrefslogtreecommitdiffstats
path: root/base/ntfs-3g/25-ntfs-config-write-policy.fdi
diff options
context:
space:
mode:
authorSibelle <lesibel@ree.fr>2010-05-24 07:06:37 +0200
committerSibelle <lesibel@ree.fr>2010-05-24 07:06:37 +0200
commit0e12028c36df4a8af84110dacf0c80a6f1df92e0 (patch)
tree0aa144c67817b4e2f2abf9d3d6b97257a5e6883c /base/ntfs-3g/25-ntfs-config-write-policy.fdi
parente453b9c8b0c626bbae8020b972ca20dc3de26ffb (diff)
parentb31bf0a5c21af35a43fc9021c69e3e988513e5b7 (diff)
downloadnutyx-pakxe-0e12028c36df4a8af84110dacf0c80a6f1df92e0.tar.gz
nutyx-pakxe-0e12028c36df4a8af84110dacf0c80a6f1df92e0.tar.bz2
nutyx-pakxe-0e12028c36df4a8af84110dacf0c80a6f1df92e0.tar.xz
nutyx-pakxe-0e12028c36df4a8af84110dacf0c80a6f1df92e0.zip
Merge remote branch 'nutyx-attapu/master'
Diffstat (limited to 'base/ntfs-3g/25-ntfs-config-write-policy.fdi')
-rw-r--r--base/ntfs-3g/25-ntfs-config-write-policy.fdi42
1 files changed, 42 insertions, 0 deletions
diff --git a/base/ntfs-3g/25-ntfs-config-write-policy.fdi b/base/ntfs-3g/25-ntfs-config-write-policy.fdi
new file mode 100644
index 000000000..54195d8b3
--- /dev/null
+++ b/base/ntfs-3g/25-ntfs-config-write-policy.fdi
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<deviceinfo version="0.2">
+ <device>
+ <match key="volume.fstype" string="ntfs">
+ <append key="volume.fstype.alternative" type="copy_property">volume.fstype</append>
+ <merge key="volume.mount.ntfs.valid_options" type="copy_property">volume.mount.valid_options</merge>
+ <merge key="volume.unmount.ntfs.valid_options" type="copy_property">volume.unmount.valid_options</merge>
+ <merge key="volume.fstype" type="string">ntfs-3g</merge>
+ <merge key="volume.mount.valid_options" type="strlist">ro</merge>
+ <append key="volume.mount.valid_options" type="strlist">atime</append>
+ <append key="volume.mount.valid_options" type="strlist">noatime</append>
+ <append key="volume.mount.valid_options" type="strlist">relatime</append>
+ <append key="volume.mount.valid_options" type="strlist">fake_rw</append>
+ <append key="volume.mount.valid_options" type="strlist">no_def_opts</append>
+ <append key="volume.mount.valid_options" type="strlist">default_permissions</append>
+ <append key="volume.mount.valid_options" type="strlist">umask=</append>
+ <append key="volume.mount.valid_options" type="strlist">fmask=</append>
+ <append key="volume.mount.valid_options" type="strlist">dmask=</append>
+ <append key="volume.mount.valid_options" type="strlist">uid=</append>
+ <append key="volume.mount.valid_options" type="strlist">gid=</append>
+ <append key="volume.mount.valid_options" type="strlist">show_sys_files</append>
+ <append key="volume.mount.valid_options" type="strlist">silent</append>
+ <append key="volume.mount.valid_options" type="strlist">force</append>
+ <append key="volume.mount.valid_options" type="strlist">remove_hiberfile</append>
+ <append key="volume.mount.valid_options" type="strlist">locale=</append>
+ <append key="volume.mount.valid_options" type="strlist">streams_interface=</append>
+ <append key="volume.mount.valid_options" type="strlist">debug</append>
+ <append key="volume.mount.valid_options" type="strlist">no_detatch</append>
+ <append key="volume.mount.valid_options" type="strlist">sync</append>
+ <append key="volume.mount.valid_options" type="strlist">dirsync</append>
+ <append key="volume.mount.valid_options" type="strlist">nodiratime</append>
+ <append key="volume.mount.valid_options" type="strlist">noexec</append>
+ <append key="volume.mount.valid_options" type="strlist">quiet</append>
+ <append key="volume.mount.valid_options" type="strlist">remount</append>
+ <append key="volume.mount.valid_options" type="strlist">exec</append>
+ <append key="volume.mount.valid_options" type="strlist">recover</append>
+ <append key="volume.mount.valid_options" type="strlist">norecover</append>
+ <merge key="volume.unmount.valid_options" type="strlist">lazy</merge>
+ <merge key="volume.policy.mount_filesystem" type="string">ntfs-3g</merge>
+ </match>
+ </device>
+</deviceinfo>