无法使用sshfs将网络驱动器安装到vbox

时间:2014-10-25 16:24:40

标签: ssh vagrant sshfs

尝试使用sshfs将网络驱动器映射到vagrant启动的vbox。我煮了以下命令,但失败了。知道为什么吗?在vbox中运行的操作系统是FC20。我可以说它很好。

$ 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'

提前致谢。

1 个答案:

答案 0 :(得分:-1)

找到一个临时解决方法:

进入框中的ssh并为用户“vagrant”设置密码。

sshfs -p 2222 vagrant@localhost:  <dir_to_mount>

我在本地创建了一个名为“fs”的目录,所以我可以将其作为

运行
sshfs -p 2222 vagrant@localhost: /home/tester/fs