다콩이의 코딩일기

에러 예시: 

Error when getting information for file "/home/leedain/thinclient_drives":Transport endpoint is not connected.


- 해석 : 퓨즈 마운트 에러. 원격 데스크톱 연결할 때 발생. 원격과 로컬 사이의 파일 복사 등을 할 때 내부에서 뭔가 꼬여서 복붙이 잘 안되면 생기는 오류. 마운트하려고 했던 디렉토리가 접근이 안되는 증상이 발생한다.


- 해결: 


1. 문제가 생긴 디렉토리를 언마운트 해야한다. (여기서부터 재부팅해도 될듯)

sudo umount -l /home/leedain/thinclient_drives


2. xrdp를 restart한다.

sudo service xrdp restart


3. 가상머신을 재부팅한다.

sudo reboot