Last active
December 14, 2015 03:39
-
-
Save FerPerales/5022802 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Rename to 0-ntfs-3g-policy.xml.fdi --> | |
<?xml version="1.0" encoding="UTF-8"?> | |
<deviceinfo version="0.2"> | |
<!-- mount ntfs volume with the ntfs-3g driver to enable write support --> | |
<device> | |
<match key="volume.fstype" string="ntfs"> | |
<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> | |
</device> | |
</deviceinfo> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment