본문 바로가기
컴퓨터/Linux

[해결] fuse: bad mount point : Transport endpoint is not connected

by HanJoohyun 2017. 10. 18.
반응형



안녕하세요


한주현 입니다


오늘은


fuse: bad mount point : Transport endpoint is not connected


문제에 대해 해결해보도록 하겠습니다



아래의 예시는

원격의 경로를 /remote/location

로컬의 경로를 /local/location

이라고 가정합시다



문제상황

$ sudo  sshfs  id@host:/remote/location  /local/location

fuse: bad mount point : Transport endpoint is not connected



해결방법

$ sudo  fusermount  -u  /local/location


실행 하여 local에 연결된 mount 해제하신 후,


다시 sshfs 실행하시면 연결되심을 확인 할 수 있습니다




그럼 다음시간에 만나요~


반응형

댓글