Man page - systemd-mountfsd(8)
Packages contas this manual
- systemd-dissect(1)
- systemd-nsresourced.service(8)
- systemd-machined.service(8)
- systemd-importd(8)
- systemd-sysupdate-reboot.timer(8)
- systemd-sysupdate.service(8)
- systemd.nspawn(5)
- systemd-sysupdate(8)
- systemd-mountfsd.service(8)
- systemd-portabled(8)
- systemd-sysupdate.timer(8)
- systemd-sysupdate-reboot.service(8)
- systemd-import-generator(8)
- systemd-nsresourced(8)
- mount.ddi(1)
- portablectl(1)
- sysupdate.features(5)
- machinectl(1)
- systemd-machined(8)
- importctl(1)
- org.freedesktop.import1(5)
- systemd-mountfsd(8)
- sysupdate.d(5)
- systemd-importd.service(8)
- systemd-portabled.service(8)
- systemd-nspawn(1)
apt-get install systemd-container
Available languages:
en deManual
| SYSTEMD-MOUNTFSD.SERVICE(8) | systemd-mountfsd.service | SYSTEMD-MOUNTFSD.SERVICE(8) |
NAME
systemd-mountfsd.service, systemd-mountfsd - Disk Image File System Mount Service
SYNOPSIS
systemd-mountfsd.service
/usr/lib/systemd/systemd-mountfsd
DESCRIPTION
systemd-mountfsd is a system service that dissects disk images, and returns mount file descriptors for the file systems contained therein to clients, via a Varlink IPC API.
The disk images provided must contain a raw file system image or must follow the Discoverable Partitions Specification[1]. Before mounting any file systems authenticity of the disk image is established in one or a combination of the following ways:
This service provides one Varlink[2] service: io.systemd.MountFileSystem which accepts a file descriptor to a regular file or block device, and returns a number of file descriptors referring to an fsmount() file descriptor the client may then attach to a path of their choice.
The returned mounts are automatically allowlisted in the per-user-namespace allowlist maintained by systemd-nsresourced.service(8).
The file systems are automatically fsck(8)'ed before mounting.
SEE ALSO
systemd(1), systemd-nsresourced.service(8)
NOTES
- 1.
- Discoverable Partitions Specification
- 2.
- Varlink
| systemd 257.9 |