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

--- Comment #5 from Henry Hu <[email protected]> ---
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-amd64
To unsubscribe, send any mail to "[email protected]"

Reply via email to