diff --git a/src/borg/fuse.py b/src/borg/fuse.py index 116c7b3e9..46d491c4d 100644 --- a/src/borg/fuse.py +++ b/src/borg/fuse.py @@ -540,6 +540,7 @@ class FuseOperations(llfuse.Operations, FuseBackend): stat_.f_files = 0 stat_.f_ffree = 0 stat_.f_favail = 0 + stat_.f_namemax = 255 # == NAME_MAX (depends on archive source OS / FS) return stat_ def getattr(self, inode, ctx=None):