
명령을 사용한 후 cd /media/pi/Pendrive
오류가 발생합니다.
bash: cd: /media/pi/Pendrive: Transport endpoint is not connected
답변1
마운트 지점을 제거하고 다시 설치하면 이 오류를 해결할 수 있습니다.
그런 다음 다음 명령을 시도해 보세요.
sudo fusermount -uz /data mount /data
Attribution: https://stackoverflow.com/questions/24966676/transport-endpoint-is-not-connected