Module mount

Module mount 

Source
Expand description

Modern Linux mount API support for composefs.

This module provides functionality to mount composefs images using the new mount API (fsopen/fsmount) with overlay filesystem support and fs-verity verification.

Structs§

FsHandle
A handle to a filesystem context created via the modern mount API.

Functions§

composefs_fsmount
Creates a composefs mount using overlayfs with an erofs image and base directory.
erofs_mount
Mounts an erofs image file.
mount_at
Moves a mounted filesystem to a target location.