Skip to content

Update FreeBSD instructions in User's manual #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions MooseFS-3-0-Users-Manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down Expand Up @@ -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}:
Expand Down