[Bug 163048] normal user cant mount ntfs-3g

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 1 21:46:47 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=163048

--- Comment #5 from Henry Hu <henry.hu.sh at 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.


More information about the freebsd-amd64 mailing list