随笔分类 -  【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 阅读全文
posted @ 2025-08-06 20:54 苏格拉底的落泪 阅读(17) 评论(0) 推荐(0)
摘要:用户态文件系统FUSE FUSE 是 Filesystem in Userspace 的缩写,也就是常说的用户态文件系统。Linux内核官方的解释: What is FUSE? FUSE is a userspace filesystem framework. It consists of a ke 阅读全文
posted @ 2023-08-14 11:22 苏格拉底的落泪 阅读(836) 评论(0) 推荐(0)
摘要:libfuse编译安装 Installation You can download libfuse from https://github.com/libfuse/libfuse/releases. To build and install, we recommend to use Meson an 阅读全文
posted @ 2018-08-10 15:15 苏格拉底的落泪 阅读(468) 评论(0) 推荐(0)