Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Jan 2018 21:46:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-amd64@FreeBSD.org
Subject:   [Bug 163048] normal user cant mount ntfs-3g
Message-ID:  <bug-163048-6-R0fe2RtABc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-163048-6@https.bugs.freebsd.org/bugzilla/>
References:  <bug-163048-6@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=3D163048

--- Comment #5 from Henry Hu <henry.hu.sh@gmail.com> ---
Finally I understand what's the problem.
It's not line 324 (PRIV_VFS_FUSE_MOUNT_NONUSER), but line 321
(PRIV_VFS_FUSE_ALLOWOTHER).
By default, ntfs-3g sets some options, including "allow_other". This option=
 is
only allowed by root, so mount using ntfs-3g can only be done by root.
By mounting with "no_def_opts", I can finally mount an ntfs volume as non-r=
oot
user. I suggest adding this into the pkg message.

--=20
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-163048-6-R0fe2RtABc>