From 1496822b6be9857a16e8e7135c42927b8b348e0c Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Thu, 26 Mar 2009 09:18:31 -0700 Subject: Make automounting actually work. [#3 state:resolved] --- src/ifuse.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ifuse.c') diff --git a/src/ifuse.c b/src/ifuse.c index f2acc78..5677cbc 100644 --- a/src/ifuse.c +++ b/src/ifuse.c @@ -351,6 +351,7 @@ int main(int argc, char *argv[]) if (fuse_opt_parse(&args, NULL, NULL, ifuse_opt_proc) == -1) { return -1; } + fuse_opt_add_arg(&args, "-oallow_other"); if (argc < 2) { fprintf(stderr, "A path to the USB device must be specified\n"); -- cgit v1.1-32-gdbae