在unshare -r之后运行sshfs fusermount

时间:2017-02-16 03:13:36

标签: linux namespaces fuse chroot sshfs

我们安装了sshfs并正在工作,因此我们可以使用命令

挂载远程目录

sshfs user@remotemachine:dir mount_location

但是如果我们在运行unshare -r后尝试使用相同的工作命令,则会收到错误:

fusermount: mount failed: Operation not permitted

如果没有失败,我们可以在取消共享后运行sshfs mount吗?

0 个答案:

没有答案