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.
master
szaka 2007-03-03 23:42:05 +00:00
parent cf16a8191b
commit ff1997ec13
1 changed files with 1 additions and 1 deletions

View File

@ -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;