macOS Catalinaを使用automount
して SSH エンドポイントの自動マウントをセットアップしようとしています。sshfs
ただし、機能していません。その理由はわかりません。
/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
/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
/etc/sythetic.conf
wolverine /System/Volumes/Data/wolverine
また、見たチュートリアルの1つに従って、sshfs
バイナリをシンボリックリンクしました。/usr/local/bin/mount_sshfs
ただし、(マウントを更新した後) ターゲット ディレクトリを開こうとすると、 と表示されますNo such file or directory
。どんな助けでも大歓迎です。