https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216998
--- Comment #1 from John Smith <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[email protected]"
