Date Tags Linux

LINUX: fuse: bad mount point /mnt/foo: Transport endpoint is not connected

  1. kill sshfs
  2. kill all that uses /mnt/foo (lsof | grep foo)
  3. umount -l /mnt/foo
  4. mount sshfs again

Comments

comments powered by Disqus