From ff1997ec13d4ebf426f37f6ce2c1c3ffd10df717 Mon Sep 17 00:00:00 2001 From: szaka Date: Sat, 3 Mar 2007 23:42:05 +0000 Subject: [PATCH] Use the 'nonempty' FUSE mount option by default, so we behave as in-kernel filesystems, moreover HAL and pmount won't refuse to mount if they create hidden .created-by-xxx file in the mount point directory before mount. --- src/ntfs-3g.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ntfs-3g.c b/src/ntfs-3g.c index 5e31a131..304697b2 100644 --- a/src/ntfs-3g.c +++ b/src/ntfs-3g.c @@ -136,7 +136,7 @@ static struct options { } opts; static const char *EXEC_NAME = "ntfs-3g"; -static char def_opts[] = "silent,allow_other,"; +static char def_opts[] = "silent,allow_other,nonempty,"; static ntfs_fuse_context_t *ctx; static u32 ntfs_sequence;