Replies: 1 comment 4 replies
-
You say above that the branch directory path is |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I'm new to mergerfs so looking to get started and having a bit of trouble. Aiming to setup the most basic merge.
Problem
Attempting to merge 2 drives (although here testing with 1, mnt/drive1) and to have that pool into say media/newdata
Before running mergerfs from the command line the pool dir (
ls -lah /media
):drwxr-xr-x 2 dan dan 4.0K Apr 14 09:53 newdata
and
ls -lah /mnt
drwxr-xr-x 4 dan dan 512K Apr 14 09:27 disk1
After running
sudo mergerfs -o allow_other,use_ino,cache.files=partial,dropcacheonclose=true,category.create=mfs /mnt/drive1 /media/newdata
(tried without allow_other and without given the docs mention that is no longer needed in v2.35.1)
There is no message after running this command but when ls -lah /media it shows
d????????? ? ? ? ? ? newdata
which I cannot access, when cd into that folder I'm told there is no such file or directory. The same behaviour occurs when using
/etc/fstab
insteadIn
/etc/fuse.conf
I have tried uncommentinguser_allow_other
but still to no avail.Appreciate any help and insight you may have. Thank you!
mergerfs -v mergerfs version: 2.35.1
Appears similar in nature to this one but really not sure: #1138
Beta Was this translation helpful? Give feedback.
All reactions