Problem using mergefs if one computer is offline

I have shared /mnt folder from computer B with computer A as shown here.

Then in computer A I created a virtual file system with mergerfs with the drives from computer A and B:

/mnt/hdd*:/srv/nfs/computerB-mnt/hdd*:/home/user  /mnt/storage      fuse.mergerfs  allow_other,use_ino,cache.files=off,dropcacheonclose=true,x-gvfs-show   0       0

Now if computer B is off computer A doesn’t work properly. Nemo doesn’t recognize computer A drives and some programs that use files in computer A drives don’t start.

Mergerfs is supposed to work properly if one of the drives isn’t found, so I don’t know what’s going on.

https://unix.stackexchange.com/a/31981

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.