To regenerate
sudo ./target/debug/branchfs mount --base ~/test /mnt/a
Mounted at "/mnt/a"
sudo ./target/debug/branchfs create t /mnt/a
Error: Failed to open control file (is /mnt/a mounted?): Connection refused (os error 111)
ls /mnt/a
ls: cannot access '/mnt/a': Connection refused
mount | grep /mnt/
branchfs on /mnt/a type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions)
Previously, didn't have this issue at commit 846338f253cd451eced27d6de46979f15f700f91
To regenerate
Previously, didn't have this issue at commit 846338f253cd451eced27d6de46979f15f700f91