From b9e3eb51289fb836668ad39267b5aacc2fbceadf Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Wed, 19 Oct 2022 16:33:08 -0600 Subject: [PATCH] Update FreeBSD instructions in User's manual * Loading modules via rc.conf is preferred over loader.conf, if they aren't needed to boot. * All currently supported FreeBSD releases have good builtin fusefs support. --- MooseFS-3-0-Users-Manual.tex | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/MooseFS-3-0-Users-Manual.tex b/MooseFS-3-0-Users-Manual.tex index 8d7c5be..aed1c73 100644 --- a/MooseFS-3-0-Users-Manual.tex +++ b/MooseFS-3-0-Users-Manual.tex @@ -318,7 +318,6 @@ \begin{itemize} \item In case of Linux a kernel module with API 7.8 or later is required (it can be checked with dmesg command -- after loading kernel module there should be a line fuse init (API version 7.8)). It is available in fuse package 2.6.0 (or later) or in Linux kernel 2.6.20 (or later). Due to some minor bugs, the newer module is recommended (fuse 2.7.2 or Linux 2.6.24, although fuse 2.7.x standalone doesn't contain getattr/write race condition fix). - \item In case of FreeBSD we recommed using fuse-freebsd\footnote{\url{https://github.com/glk/fuse-freebsd}}, which is a successor to fuse4bsd. \item For MacOSX we recommend using OSXFUSE\footnote{\url{http://osxfuse.github.com}}, which is a successor to MacFUSE and has been tested on MacOSX 10.6, 10.7, 10.8, 10.9 and 10.11. \end{itemize} @@ -791,9 +790,9 @@ \subsection{RedHat / Centos (EL7)} \underline{MooseFS Client}: - To enable MooseFS Client automount during boot add the following entry in \code{/boot/loader.conf} to let FreeBSD load \code{fuse} module during boot: + To enable MooseFS Client automount during boot add the following entry in \code{/etc/rc.conf} to let FreeBSD load the \code{fusefs} module during boot: \begin{lstlisting} - fuse_load="YES" + kld_list="fusefs" \end{lstlisting} And add the entry in \code{/etc/fstab}: