Date: Sat, 11 Feb 2017 12:29:55 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 216998] sysutils/fusefs-ntfs: man page gives invalid example of fstab entry Message-ID: <bug-216998-9-XQOUPjEiYm@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-216998-9@https.bugs.freebsd.org/bugzilla/> References: <bug-216998-9@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216998 --- Comment #1 from John Smith <godevilove@ya.ru> --- Oh, forgot to mention, that just adding fuse_load=3D"YES" to '/boot/loader.conf' won't solve the issue, as 'ntfs-3g' FStype is an inv= alid value for fstab file even after creating the symlink for ntfs-3g, because i= f 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=3D/usr/local/bin/ntfs-3g' mount option is a must for fs= tab. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216998-9-XQOUPjEiYm>