Skip to content

Commit

Permalink
better default mount args as suggested by mergerfs
Browse files Browse the repository at this point in the history
  • Loading branch information
hvalev committed Jul 12, 2023
1 parent 2f22d45 commit 83b6297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function cleanup {
umount /merged
}

mergerfs -o allow_other,use_ino /disks/*: /merged
mergerfs -o allow_other,use_ino,cache.files=partial,dropcacheonclose=true,moveonenospc=true,category.create=mfs /disks/*: /merged


trap cleanup EXIT INT
Expand Down

0 comments on commit 83b6297

Please sign in to comment.