Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2014 10:39:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192852] sysutils/fusefs-libs: ignore |automounted| option used by autofs
Message-ID:  <bug-192852-13-zUWIXWeyX8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192852-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192852-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192852

--- Comment #6 from Edward Tomasz Napierala <trasz@FreeBSD.org> ---
Not sure how far have you got with debugging the missing 'automounted' flag,
but here's suggestion: the binary flag, MNT_AUTOMOUNTED, does not fit in int,
so you have to pass it to nmount(2) as string, not in 'flags' field.  This
might be what breaks things for FUSE.  It certainly breaks mount_fusefs(8).

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192852-13-zUWIXWeyX8>