File: write-policy.fdi

package info (click to toggle)
disk-manager 1.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,764 kB
  • ctags: 439
  • sloc: python: 3,373; sh: 3,282; makefile: 119
file content (18 lines) | stat: -rw-r--r-- 636 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->

<deviceinfo version="0.2">

<!-- file created by ntfs-config -->
<!-- mount ntfs volume with the ntfs-3g driver to enable write support -->

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