Crate ext4_readonly
source ·Expand description
ext4_readonly reads and exposes read-only ext4 file systems to clients.
This binary supports two modes of operation:
- If a handle to a block device is given to the process, the file system contained within is
served over the directory request channel. The block device handle is expected to be passed as
PA_USER0
arg 1 for compatibility with the existingfs_management
library. The process continues to run until the directory request channel is closed. - Otherwise, the binary implements the
fuchsia.storage.ext4.Server
protocol and runs indefinitely to process FIDL messages.
Enums
Constants
Statics
Functions
main 🔒