如何使用 Mac 挂载 Raspberry

How can I mount Raspberry with Mac

我得到了我的新 raspberry pi,完成了设置,给了它静态 ip,并且能够使用 Mac 从我的 Mac ssh 它:

ssh pi@192.168.1.43

然后我从 here, then read this and this and this 安装了 Fuse 和 SSHFS,并在我的 Mac 中做了以下操作:

Last login: Sat Nov 24 10:46:22 on ttys003
Hasans-Air:~ h_ajsf$ mkdir ~/ssh_pi
Hasans-Air:~ h_ajsf$ sshfs pi@192.168.1.43:/home/pi ~/ssh_pi
pi@192.168.1.43's password: 
Hasans-Air:~ h_ajsf$ 

但没有让 SSHFS 驱动器出现在我的桌面或其他任何地方,我在 macOS Mojave。

知道我可以用我的 Windows 10 安装它,如解释的那样 here by installing WinFSP and SSHFS-Win 然后使用路径映射驱动器:

\sshfs\pi@192.168.1.43

我不确定到底发生了什么,但是在我重新启动我的 mac 之后,我尝试了相同的命令,并且得到了不同的消息,表明安装点已经存在:

Hasans-Air:~ h_ajsf$ sshfs pi@192.168.1.43:/home/pi ~/ssh_pi
mount_osxfuse: mount point /Users/h_ajsf/ssh_pi is itself on a OSXFUSE volume
Hasans-Air:~ h_ajsf$ 

然后我在方正那里找到了

我弹出它,然后重新安装它,不需要重新启动就完成了。