Ubuntu - sshfs 远程服务器目录挂载工具 - AIUAI

Mac 远程挂载服务器目录 - osxfuse 和 sshfs. 安装如下:

[1] - 安装 homebrew (采用国内的镜像,速度快)

/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
#
brew --version

[2] - 安装 sshfs

#安装依赖工具fuse
brew install osxfuse

#安装远程同步工具sshfs
brew install sshfs

#或,离线安装,
#https://github.com/osxfuse/sshfs/releases

[3] - 查看 sshfs 版本:

sshfs --version 
#SSHFS version 2.5 (OSXFUSE SSHFS 2.5.0)
#OSXFUSE 3.11.2
#FUSE library version: 2.9.7
#fuse: no mount point
Last modification:March 3rd, 2021 at 02:50 pm