ironicbadger / pms-wiki

The aim is to share knowledge and information about building an open-source media server.
https://perfectmediaserver.com
Other
405 stars 55 forks source link

Do you still use mergerfs? #111

Open serpro69 opened 4 months ago

serpro69 commented 4 months ago

Hi,

Do you still use mergerfs? What fstab entry do you have today and why?

PMS wiki has this "example":

/mnt/disk* /mnt/storage fuse.mergerfs defaults,nonempty,allow_other,use_ino,cache.files=off,moveonenospc=true,category.create=mfs,dropcacheonclose=true,minfreespace=250G,fsname=mergerfs 0 0

However, this seems to slightly differ from the "recommended defaults" mentioned in the mergerfs repo:

/mnt/hdd0:/mnt/hdd1 /media mergerfs cache.files=partial,dropcacheonclose=true,category.create=mfs 0 0

Could you elaborate on your current setup, if you're still using mergerfs. And if not - what did you switch to? Zfs?

Thanks :)