我有一个 16.04 ubuntu 服务器,b2_fuse安装了我使用 pyfuse 的 b2 云存储桶。问题是,我不知道如何像 FUSE 一样传递 allow_other 参数!这是一个问题,因为在不同用户下运行的其他服务无法看到安装的驱动器。
这里有人有这方面的经验可以为我指明正确的方向吗?
小智 5
b2fuse.py如果更改行,则在文件内部:
FUSE(filesystem, mountpoint, nothreads=True, foreground=True)
Run Code Online (Sandbox Code Playgroud)
到
FUSE(filesystem, mountpoint, nothreads=True, foreground=True,**{'allow_other': True})
Run Code Online (Sandbox Code Playgroud)
卷将被挂载allow_other。
| 归档时间: |
|
| 查看次数: |
660 次 |
| 最近记录: |