Crate fs_management

source ·
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§

Structs§

  • Blobfs Filesystem Configuration If fields are None or false, they will not be set in arguments.
  • F2fs Filesystem Configuration If fields are None or false, they will not be set in arguments.
  • Fxfs Filesystem Configuration
  • Minfs Filesystem Configuration If fields are None or false, they will not be set in arguments.

Enums§

Constants§

Traits§

  • Describes the configuration for a particular filesystem.

Type Aliases§