💾 Archived View for freeshell.de › tldr › xmount.gmi captured on 2023-09-28 at 17:03:44. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Convert on-the-fly between multiple input and output hard disk image types with optional write cache support.
Creates a virtual file system using FUSE (Filesystem in Userspace) that contains a virtual representation of the input image.
xmount --in {raw} {path/to/image.dd} --out {dmg} {mountpoint}
xmount --cache {path/to/cache.ovl} --in {ewf} {path/to/image.E??} --out {vhd} {mountpoint}
xmount --offset {2048} --in {raw} {path/to/image.dd} --out {raw} {mountpoint}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).