尝试使用 sshfs 将网络驱动器映射到由 vagrant 启动的 vbox。我编写了以下命令,但失败了。知道为什么吗?vbox中运行的操作系统是FC20。我可以 ssh 进入它。
$ sshfs -p 2222 -o Compression=yes -o DSAAuthentication=yes -o LogLevel=FATAL -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes -i /Users/user1/.vagrant.d/insecure_private_key vagrant@127.0.0.1: fs
fuse: mount point is not a directory `/Users/jqian/.vagrant.d/insecure_private_key'
提前致谢。