sshfs, linux - 如何以只读权限挂载

sshfs, linux - how to mount with read-only access

我需要通过 sshfs 以只读模式挂载其他服务器。我的 OS 是 Linux (Ubuntu)。可以吗?

我在该连接中使用的命令是:

sudo sshfs user@123.123.123.123:/home/user /media/mountpoint/ -o allow_other

在 运行 之后我有写入权限。我需要只读。请帮忙

再添加一个选项:sshfs user@123.123.123.123:/home/user /media/mountpoint/ -o allow_other -o ro。 这应该有所帮助:http://ubuntuforums.org/showthread.php?t=975107