Add some safe and useful ntfs-3g allowed mount options
authorMartin Pitt <martin.pitt@ubuntu.com>
Wed, 18 Jan 2012 06:26:13 +0000 (07:26 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Wed, 18 Jan 2012 06:26:13 +0000 (07:26 +0100)
src/udiskslinuxfilesystem.c

index a0a373a..a079993 100644 (file)
@@ -165,7 +165,7 @@ static const gchar *vfat_allow_gid_self[] = { "gid=", NULL };
 /* this is assuming that ntfs-3g is used */
 
 static const gchar *ntfs_defaults[] = { "uid=", "gid=", "dmask=0077", "fmask=0177", NULL };
-static const gchar *ntfs_allow[] = { "umask=", "dmask=", "fmask=", NULL };
+static const gchar *ntfs_allow[] = { "umask=", "dmask=", "fmask=", "locale=", "norecover", "ignore_case", "windows_names", "compression", "nocompression", NULL };
 static const gchar *ntfs_allow_uid_self[] = { "uid=", NULL };
 static const gchar *ntfs_allow_gid_self[] = { "gid=", NULL };