사용자 도구

사이트 도구


sshfs

차이

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

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
sshfs [2020/08/03 19:07] rex8312sshfs [2024/03/23 02:38] (현재) – 바깥 편집 127.0.0.1
줄 1: 줄 1:
-===== SSHFS =====+====== SSHFS ====== 
 + 
 +===== Linux =====
  
 sshfs 설치 sshfs 설치
줄 14: 줄 16:
  
   fusermount -u {mount}   fusermount -u {mount}
 +  
 +ssh server 재시작
 +
 +  sudo service ssh restart
      
 자동 마운트 자동 마운트
-  * fstab에 설정+
   * 또는 .bashrc에 마운트 명령 추가   * 또는 .bashrc에 마운트 명령 추가
 +  * fstab에 설정 (실패 1)
 +
 +<code>
 +sshfs#{server-id}@{server-ip}:{target-dir} {mount-dir} allow_other reconnect nonempty defaults 0 0
 +</code>
  
   - 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 =====
  
-  - https://github.com/billziss-gh/sshfs-win+WSL openssh server 설치 
 + 
 +  https://www.tuwlab.com/ece/29302 
 + 
 +winfsp 설치 
 +<code> 
 +https://github.com/billziss-gh/winfsp/releases 
 +</code> 
 + 
 +sshfs-win 설치 
 +<code> 
 +https://github.com/billziss-gh/sshfs-win/releases 
 +</code>
  
 +네트워크 드라이브 연결
 <code> <code>
-net use S: \\sshfs\rex83128312@{IP}+net use S: \\sshfs\{user_id}@{server-ip}
 </code> </code>
  
-{{tag>ssh sshfs}}+{{tag>ssh sshfs filesystem fuse}}
sshfs.1596481632.txt.gz · 마지막으로 수정됨: 2024/03/23 02:37 (바깥 편집)