sshfs 尝试后未配置设备

Device not configured after sshfs attempt

在我的 Mac 上使用 sshfs 后,我再也看不到我的用户目录了。

当我打开终端时 window 我看到以下内容:

Last login: Mon May 22 10:54:30 on ttys003
mkdir: /Users/<username>/.bash_sessions: Device not configured
-bash: /Users/<username>/.bash_profile: Device not configured
touch: /Users/<username>/.bash_sessions/35166655-583B-47CC-9BCF-5E785DD5E46E.historynew: Device not configured

有什么办法可以解决这个问题吗?

干杯 保罗

没有取得任何进展,所以抓住机会重新启动。现在一切似乎都OK了。

我曾经使用 sshfs 并遇到了这个错误;我发现无需重启即可修复它的唯一方法是:

sudo diskutil umount force /path/to/mount

我最近一直在尝试 https://github.com/spion/adbfs-rootless 其他东西,发现我可以遇到同样的情况,"fix" 在这种情况下也适用。