답변:
HomeBrew를 사용하여 fuse4x 및 sshfs 설치
설치할 명령은 다음과 같습니다.
brew install sshfs
실행할 때 fuse4x 커널 확장을 설치하기 위해 실행해야하는 다른 두 가지 명령이 제공됩니다. 그들을 실행하십시오.
그런 다음 ssh 파일 시스템을 마운트하려면
mkdir ~/mymountdir
sshfs username@hostname:/home/thedir ~/mymountdir
비밀번호를 묻습니다.
나는 그것을 시도하지는 않았지만 그만한 가치가 man
있는 유닉스 mount
명령 페이지 에는 원격 시스템에 연결할 수있는 목록이 있습니다.
The mount command calls the mount(2) system call to prepare and graft a
special device or the remote node (rhost:path) on to the file system tree
at the point node. If either special or node are not provided, the
appropriate information is obtained via the getfsent(3) library routines.