随笔分类 - 【16】fuse
摘要:struct fuse_lowlevel_ops解析-① void (*setattr)( fuse_req_t req, fuse_ino_t ino, struct stat *attr, int to_set, struct fuse_file_info *fi ); setattr 的 to
阅读全文
摘要:用户态文件系统FUSE FUSE 是 Filesystem in Userspace 的缩写,也就是常说的用户态文件系统。Linux内核官方的解释: What is FUSE? FUSE is a userspace filesystem framework. It consists of a ke
阅读全文
摘要:libfuse编译安装 Installation You can download libfuse from https://github.com/libfuse/libfuse/releases. To build and install, we recommend to use Meson an
阅读全文