Expand description
Library for filesystem management in rust.
This library is analogous to the fs-management library in zircon. It provides support for
formatting, mounting, unmounting, and fsck-ing. It is implemented in a similar way to the C++
version.  For components v2, add /svc/fuchsia.process.Launcher to use and add the
binaries as dependencies to your component.
Modules§
- filesystem
 - Contains the asynchronous version of [
Filesystem][crate::Filesystem]. - format
 - partition
 
Structs§
- Blobfs
 - Blobfs Filesystem Configuration If fields are None or false, they will not be set in arguments.
 - F2fs
 - F2fs Filesystem Configuration If fields are None or false, they will not be set in arguments.
 - Fvm
 - FvmFilesystem Configuration
 - Fxfs
 - Fxfs Filesystem Configuration
 - Gpt
 - Gpt Configuration
 - Minfs
 - Minfs Filesystem Configuration If fields are None or false, they will not be set in arguments.
 - Options
 
Enums§
- Blob
Compression  - Compression used for blobs in blobfs
 - Blob
Eviction Policy  - Eviction policy used for blobs in blobfs
 - Blob
Layout  - FILESYSTEMS
 - Component
Type  - Query
Error  - The error type used by the query operation of a serving filesystem.
 - Shutdown
Error  - The error type used by the shutdown operation of a serving filesystem.
 
Constants§
Traits§
- FSConfig
 - Describes the configuration for a particular filesystem.