Crate nydus_blobfs
source ·Expand description
Fuse blob passthrough file system, mirroring an existing FS hierarchy.
This file system mirrors the existing file system hierarchy of the system, starting at the root file system. This is implemented by just “passing through” all requests to the corresponding underlying file system.
The code is derived from the CrosVM project, with heavy modification/enhancements from Alibaba Cloud OS team.
Structs
A file system that simply “passes through” all requests it receives to the underlying file
system.
Options that configure xxx
Options that configure the behavior of the blobfs fuse file system.