[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:21:18 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216998
Bug ID: 216998
Summary: sysutils/fusefs-ntfs: man page gives invalid example
of fstab entry
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Documentation
Assignee: freebsd-doc at FreeBSD.org
Reporter: godevilove at ya.ru
Currently the 'man ntfs-3g' has this part:
/etc/fstab entry for the above (the sixth and last field has to be zero
to avoid a file system check at boot time) :
/dev/sda5 /home/user/mnt ntfs-3g ro,uid=1000 0 0
problem with that is that it lacks the 'late' mount option which will break the
proper BOOT and the system will boot into a single user mode on systems with
separate boot partition (e.g. systems with an encrypted root partition) where
it is impossible for the 'fuse' kernel module to be autoloaded when
/boot/kernel isn't available yet.
This important detail is also not mentioned anywhere else in the manpage.
p.s.: manpages for other 'fusefs-*' packages probably also lack this important
detail.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-doc
mailing list