Hi, > > (file-system > > (device "/storage/disk*") > > (mount-point "/storage/pool") > > (type "mergerfs") > > (flags '('allow_other, 'use_ino, "moveonenospc=true", "category.create=mfs")) > > (check? #f)) > Oh, fun. I suppose we'll have to add support for mergerfs in the system > configuration to deal with it. maybe a generic (device (literal "/storage/disk*")) would do? I’m sure there are more FUSE filesystems out there which trigger these checks. And I don’t think adding an exception like the one for NFS is a good solution long-term. > Can you send updated patches? TIA! All done, see attachment. I hope I did not miss anything. Cheers, Lars