centos - sshfs 로 원격 디스크 마운트하기
Developement/Linux&Unix2021. 12. 23. 00:18
yum install sshfs
# 마운트할 디렉토리 생성
mkdir -p /backup
sudo sshfs -o allow_other user@x.x.x.x:/backups/server1 /backup
centos - sshfs 로 원격 디스크 마운트하기
'Developement > Linux&Unix' 카테고리의 다른 글
mv 명령으로 폴더 덮어쓰기 안될 때 (0) | 2021.12.23 |
---|---|
SSH 접속시 - permissions 0xxx for are too open 오류 발생시 (0) | 2021.12.23 |
centos 6 - yum update 오류 발생시 해결방법 (0) | 2021.12.23 |
댓글()