Skip to main content

Module mountcomposefs

Module mountcomposefs 

Source
Expand description

mount.composefs - Mount helper for composefs images.

This is a Rust reimplementation of the C mount.composefs tool, providing a compatible command-line interface. When installed as /usr/sbin/mount.composefs, the kernel dispatches to it for mount -t composefs commands.

Structsยง

MountArgs ๐Ÿ”’
Mount helper for composefs images.
ParsedOption ๐Ÿ”’

Functionsยง

parse_mount_options ๐Ÿ”’
run
Entry point when invoked as mount.composefs via argv[0] symlink.
run_from_args
Entry point when invoked as cfsctl mount.composefs ... subcommand.
run_mount ๐Ÿ”’
unescape_option ๐Ÿ”’