From 7076d0a0e408b6cbd73b9291fcd6b8608088a124 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 18 Jan 2012 07:26:13 +0100 Subject: [PATCH] Add some safe and useful ntfs-3g allowed mount options --- src/udiskslinuxfilesystem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/udiskslinuxfilesystem.c b/src/udiskslinuxfilesystem.c index a0a373a..a079993 100644 --- a/src/udiskslinuxfilesystem.c +++ b/src/udiskslinuxfilesystem.c @@ -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 }; -- 2.7.4