[Bug 216998] sysutils/fusefs-ntfs: man page gives invalid example of fstab entry

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Feb 11 12:29:55 UTC 2017


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

--- Comment #1 from John Smith <godevilove at ya.ru> ---
Oh, forgot to mention, that just adding

fuse_load="YES"
to '/boot/loader.conf' won't solve the issue, as 'ntfs-3g' FStype is an invalid
value for fstab file even after creating the symlink for ntfs-3g, because if to
read mount(8) carefully one can see, that mount_xxx will only work for
pre-defined system types: cd9660, mfs, msdosfs, nfs, nullfs, oldnfs, smbfs,
udf, and unionfs.

So using 'mountprog=/usr/local/bin/ntfs-3g' mount option is a must for fstab.

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


More information about the freebsd-doc mailing list