5

macOS Catalinaを使用automountして SSH エンドポイントの自動マウントをセットアップしようとしています。sshfsただし、機能していません。その理由はわかりません。

  1. /etc/auto_master
+auto_master        # Use directory service
#/net           -hosts      -nobrowse,hidefromfinder,nosuid
/home           auto_home   -nobrowse,hidefromfinder
/Network/Servers    -fstab
/-          -static
# custom; auto-mount wolverine (parker lab setup)
/-  auto_wolverine  -nosuid
  1. /etc/auto_wolverine
/System/Volumes/Data/wolverine/home -fstype=sshfs,reconnect,nodev,follow_symlinks,allow_other,StrictHostKeyChecking=no,IdentityFile=IDFILE,port=PORT,ServerAliveInterval=360,ServerAliveCountMax=3 USER@HOST:/home
  1. /etc/sythetic.conf

wolverine /System/Volumes/Data/wolverine

また、見たチュートリアルの1つに従って、sshfsバイナリをシンボリックリンクしました。/usr/local/bin/mount_sshfsただし、(マウントを更新した後) ターゲット ディレクトリを開こうとすると、 と表示されますNo such file or directory。どんな助けでも大歓迎です。

4

1 に答える 1