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
parent
cf16a8191b
commit
ff1997ec13
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue