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/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=163048 --- 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-root user. I suggest adding this into the pkg message. -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-163048-6-R0fe2RtABc>
