Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次の実行コマンドを使用して SSHFS をマウントしようとしています
run("sshfs -o reconnect -C -o workaround=all localhost:/home/test/ /mnt")
次のエラーで失敗しています
ヒューズ: 不正なマウント ポイント `/mnt': トランスポート エンドポイントが接続されていません
ただし、悪魔化すると機能します。回避策はありますか?