LoginSignup
2
1

More than 5 years have passed since last update.

Mojaveにしたらsshfsしんだ

Posted at

モハベって読むんですね。
当然Gitも死んでましたわ。
そっちはすぐ直せたんですけど、英語読むの嫌で記事漁って時間かけてしまったので備忘録しておきます。

$ sshfs user@{ip}:/home/hoge hoge -o sshfs_sync -o sync_readdir
mount_osxfuse: the file system is not available (2)

osxfuse not compatible with MacOS Mojave

Release of FUSE for macOS 3.8.2

# before
$ sshfs --version
SSHFS version 2.10
OSXFUSE 3.7.1
FUSE library version: 2.9.7
fuse: no mount point

# after
$ sshfs --version
SSHFS version 2.10
OSXFUSE 3.8.2
FUSE library version: 2.9.7
fuse: no mount point

以上です。

お昼休みの間に更新したら、更新は終わるけど、軽作業で足出てしまったので、安易にやっちゃいけなかった。

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1