Latest Progress in Implementing FUSE File System with Rust

Latest Progress in Implementing FUSE File System with Rust

Yu Ruiji First-year graduate student at the School of Computer Science, Nanjing University, open-source intern for the rk8s project, involved in the development of image building tools and file system direction in rk8s, currently mainly responsible for testing and maintaining libfuse-fs. libfuse-fs (https://crates.io/crates/libfuse-fs) is a FUSE (Filesystem in Userspace) library developed in Rust, aimed at … Read more

Compiling ossfs on Rocky Linux 9

ossfs allows you to mount the object storage OSS bucket to the local file system in a Linux environment, enabling you to manipulate OSS objects just like local files, facilitating data sharing. Operating Environment:Rocky Linux release 9.2 (Blue Onyx) 1. Dependency Packages dnf install gcc-c++ autoconf automake libtool libcurl-devel gettext-devel 2. Compiling libfuse from Source … Read more