FUSE error: Transport endpoint is not connected

后端 未结 3 1783
庸人自扰
庸人自扰 2020-12-23 11:21

I\'m trying to implement the FUSE filesystem. I am receiving this error:

cannot access MountDir: Transport endpoint is not connected

3条回答
  •  自闭症患者
    2020-12-23 11:46

    I mounted a ssh file system (sshfs command line) and left it mounted and I had same problem, fusermount -u YOUR_MNT_DIR solved my problem. Thanks

提交回复
热议问题