sshfs
문서의 이전 판입니다!
SSHFS
sshfs 설치
sudo apt install sshfs
마운트
- /etc/fuse.conf에서 user_allow_other 설정
sshfs {server-id}@{server-ip}:{target-dir} {mount-dir} -o allow_other -o reconnect -o nonempty
언마운트
fusermount -u {mount}
자동 마운트
- fstab에 설정
- 또는 .bashrc에 마운트 명령 추가
Windows 용
net use S: \\sshfs\rex83128312@{IP}
sshfs.1596481614.txt.gz · 마지막으로 수정됨: 2024/03/23 02:37 (바깥 편집)