File: ro-policy.fdi

package info (click to toggle)
ntfs-config 1.0.1-9
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,600 kB
  • ctags: 331
  • sloc: sh: 3,297; python: 2,685; makefile: 84
file content (19 lines) | stat: -rw-r--r-- 619 bytes parent folder | download | duplicates (6)
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>