Developement/Linux&Unix

centos - sshfs 로 원격 디스크 마운트하기

devda 2021. 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 로 원격 디스크 마운트하기