Hi there. I was just trying to run mergerfs.fsck -v -f manual [mountpoint]. It has worked fine in the past, but today I got the following error:
Traceback (most recent call last): File "/usr/local/bin/mergerfs.fsck", line 225, in <module> main() File "/usr/local/bin/mergerfs.fsck", line 209, in main check_consistancy(fulldirpath,verbose,size,fix) File "/usr/local/bin/mergerfs.fsck", line 149, in check_consistancy paths = lgetxattr(fullpath,"user.mergerfs.allpaths") File "/usr/local/bin/mergerfs.fsck", line 46, in lgetxattr raise IOError(err,os.strerror(err),path) FileNotFoundError: [Errno 2] No such file or directory: b'[filename]
Any suggestions on how this could be remedied would be most appreciated.
Hi there. I was just trying to run
mergerfs.fsck -v -f manual [mountpoint]. It has worked fine in the past, but today I got the following error:Traceback (most recent call last): File "/usr/local/bin/mergerfs.fsck", line 225, in <module> main() File "/usr/local/bin/mergerfs.fsck", line 209, in main check_consistancy(fulldirpath,verbose,size,fix) File "/usr/local/bin/mergerfs.fsck", line 149, in check_consistancy paths = lgetxattr(fullpath,"user.mergerfs.allpaths") File "/usr/local/bin/mergerfs.fsck", line 46, in lgetxattr raise IOError(err,os.strerror(err),path) FileNotFoundError: [Errno 2] No such file or directory: b'[filename]Any suggestions on how this could be remedied would be most appreciated.