1 Star 0 Fork 38

zhangweijie / JuiceFS

forked from Juicedata / JuiceFS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
fuse_mount_options.md 1.03 KB
一键复制 编辑 原始数据 按行查看 历史

FUSE Mount Options

This is a guide that lists important FUSE mount options. These mount options are specified by -o option when execute juicefs mount command (use comma to separate multiple options). For example:

$ juicefs mount -d -o allow_other,writeback_cache localhost ~/jfs

debug

Enable debug log

allow_other

This option overrides the security measure restricting file access to the user mounting the file system. So all users (including root) can access the files. This option is by default only allowed to root, but this restriction can be removed with user_allow_other configuration option in /etc/fuse.conf.

writeback_cache

Note: This mount option requires at least version 3.15 Linux kernel.

FUSE supports "writeback-cache mode", which means the write() syscall can often complete very fast. It's recommended enable this mount option when write very small data (e.g. 100 bytes) frequently.

1
https://gitee.com/zhangweijie001/JuiceFS.git
git@gitee.com:zhangweijie001/JuiceFS.git
zhangweijie001
JuiceFS
JuiceFS
main

搜索帮助