Can you mount with a specific group? #1279
Answered
by
trapexit
danielkrajnik
asked this question in
Q&A
-
I'm trying to mount mergerfs with a specific group, but I can't seem to find it documented anywhere. Is this possible at all? /usr/bin/mergerfs \
-f \
-o cache.files=partial \
-o dropcacheonclose=true \
/mnt/mount1:/mnt/mount2=NC \
/mnt/merger I've tried adding |
Beta Was this translation helpful? Give feedback.
Answered by
trapexit
Nov 11, 2023
Replies: 1 comment 3 replies
-
What do you mean by "mount with a specific group"? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you explain the usecase? Why not just change the ownership of the paths?
As with most libfuse apps mergerfs has -o gid=x and uid=y to override values. If that doesn't work for your purposes I'm not sure what exactly you're looking for.