Skip to content

Instantly share code, notes, and snippets.

@FerPerales
Last active December 14, 2015 03:39
Show Gist options
  • Save FerPerales/5022802 to your computer and use it in GitHub Desktop.
Save FerPerales/5022802 to your computer and use it in GitHub Desktop.
<!-- 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