mount.ddi
helper for Discoverable Disk Images
TLDR
SYNOPSIS
mount.ddi image-file mount-directory [-o options]
DESCRIPTION
mount.ddi is a mount helper for Discoverable Disk Images (DDIs). It implements the mount(8) external helper interface, allowing DDI images to be mounted using standard mount syntax.When systemd-dissect is symlinked to /sbin/mount.ddi, the system can mount DDI images directly through the mount command with -t ddi filesystem type. This enables automatic mounting at boot via /etc/fstab entries.DDI images follow the Discoverable Partitions Specification, allowing automatic partition identification and mounting without manual configuration.
PARAMETERS
ro
Mount read-onlyrw
Mount read-writediscard
Enable block discardingnodiscard
Disable block discardingdefaults
Use standard mount behavior
FSTAB EXAMPLE
INSTALL
CAVEATS
Requires systemd-dissect to be installed and symlinked to /sbin/mount.ddi. Use umount -R for recursive unmounting of nested filesystems within the image. The image must conform to the Discoverable Partitions Specification.
HISTORY
mount.ddi is part of systemd and provides integration between DDI disk images and the standard Unix mount infrastructure. It was developed to simplify mounting of OS images and portable service images.
SEE ALSO
systemd-dissect(1), mount(8), umount(8)