From: Martin Pitt Date: Wed, 18 Jan 2012 06:26:13 +0000 (+0100) Subject: Add some safe and useful ntfs-3g allowed mount options X-Git-Tag: upstream/2.1.2~364 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7076d0a0e408b6cbd73b9291fcd6b8608088a124;p=platform%2Fupstream%2Fudisks2.git Add some safe and useful ntfs-3g allowed mount options --- 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 };