From b15263d6aa322e2931a9f9466c6d71ebdfcd339e Mon Sep 17 00:00:00 2001 From: Shashank Hebbar Date: Mon, 25 Dec 2023 22:22:54 +0530 Subject: [PATCH] mount.ddi: add page (#11622) Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/linux/mount.ddi.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages/linux/mount.ddi.md diff --git a/pages/linux/mount.ddi.md b/pages/linux/mount.ddi.md new file mode 100644 index 000000000..b21e42754 --- /dev/null +++ b/pages/linux/mount.ddi.md @@ -0,0 +1,9 @@ +# mount.ddi + +> Mount Discoverable Disk Images. +> See `tldr systemd-dissect` for other commands relevant to DDIs. +> More information: . + +- Mount an OS image: + +`mount.ddi {{path/to/image.raw}} {{/mnt/image}}`