【发布时间】:2014-06-20 22:36:36
【问题描述】:
我正在尝试使用以下运行命令挂载 SSHFS
run("sshfs -o reconnect -C -o workaround=all localhost:/home/test/ /mnt")
它失败并出现以下错误
fuse: bad mount point `/mnt': 传输端点未连接
但是,如果我将其妖魔化,它会起作用。有什么解决办法吗?。
【问题讨论】:
-
我会检查
/mnt文件夹的程序权限。或者我会使用sudo