사용자 도구

사이트 도구


sshfs

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
sshfs [2020/10/16 10:05] rex8312sshfs [2024/03/23 02:38] (현재) – 바깥 편집 127.0.0.1
줄 16: 줄 16:
  
   fusermount -u {mount}   fusermount -u {mount}
 +  
 +ssh server 재시작
 +
 +  sudo service ssh restart
      
 자동 마운트 자동 마운트
-  * fstab에 설정+ 
 +  * 또는 .bashrc에 마운트 명령 추가 
 +  * fstab에 설정 (실패 1)
  
 <code> <code>
 sshfs#{server-id}@{server-ip}:{target-dir} {mount-dir} allow_other reconnect nonempty defaults 0 0 sshfs#{server-id}@{server-ip}:{target-dir} {mount-dir} allow_other reconnect nonempty defaults 0 0
 </code> </code>
- 
-  * 또는 .bashrc에 마운트 명령 추가 
  
   - https://blog.leocat.kr/notes/2018/04/23/sshfs-mount-remote-server-using-ssh   - https://blog.leocat.kr/notes/2018/04/23/sshfs-mount-remote-server-using-ssh
  
 ===== Windows ===== ===== Windows =====
 +
 +WSL openssh server 설치
 +
 +  https://www.tuwlab.com/ece/29302
  
 winfsp 설치 winfsp 설치
sshfs.1602842754.txt.gz · 마지막으로 수정됨: 2024/03/23 02:37 (바깥 편집)