From 8afe72d371c85566d2e6668ef61ebbcc19ee6866 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 29 Jul 2020 14:39:53 -0400 Subject: [PATCH] README: change back to listing fuse.mergerfs for fstab fstype --- README.md | 4 ++-- man/mergerfs.1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 082fc21d..e12976ef 100644 --- a/README.md +++ b/README.md @@ -164,8 +164,8 @@ The above line will use all mount points in /mnt prefixed with **disk** and the To have the pool mounted at boot or otherwise accessible from related tools use **/etc/fstab**. ``` -# -/mnt/disk*:/mnt/cdrom /media/drives mergerfs allow_other,use_ino 0 0 +# +/mnt/disk*:/mnt/cdrom /mnt/pool fuse.mergerfs allow_other,use_ino 0 0 ``` **NOTE:** the globbing is done at mount or xattr update time (see below). If a new directory is added matching the glob after the fact it will not be automatically included. diff --git a/man/mergerfs.1 b/man/mergerfs.1 index 1c441faf..b3ab6359 100644 --- a/man/mergerfs.1 +++ b/man/mergerfs.1 @@ -368,8 +368,8 @@ tools use \f[B]/etc/fstab\f[]. .IP .nf \f[C] -#\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ -/mnt/disk*:/mnt/cdrom\ \ /media/drives\ \ mergerfs\ \ allow_other,use_ino\ \ \ 0\ \ \ \ \ \ \ 0 +#\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ +/mnt/disk*:/mnt/cdrom\ \ /mnt/pool\ \ \ \ \ \ fuse.mergerfs\ \ allow_other,use_ino\ \ \ 0\ \ \ \ \ \ \ 0 \f[] .fi .PP