macOS
brew install xmountlocal Homebrew formula metadata
brew
Convert between multiple input & output disk image types. Version 1.3.1 via Homebrew; verified from local package data.
install
brew install xmountlocal Homebrew formula metadata
sudo apt install xmountDebian stable package indexes · xmount · source: deb.debian.org
sudo dnf install xmountFedora Rawhide package metadata · xmount · source: dl.fedoraproject.org
overview
Convert between multiple input & output disk image types
history
xmount is a digital-forensics utility for exposing one disk-image format as another through FUSE. Its core trick is on-the-fly conversion: a raw, EWF, AFF, VDI, or QCOW-style evidence image can be mounted as a virtual raw, DMG, VHD, VDI, or VMDK-like image without first making a full converted copy.
The original project page at pinguin.lu describes the older xmount line, credits Guy Voncken for the idea and bug help, and notes that the project later moved to SITS. The current SITS page is the maintained project home and points to the SITS Git repository and releases.
The SITS README documents a modernized 1.x architecture with external input libraries and morphing libraries. That design lets xmount support forensic formats through libraries such as libewf and AFF/AFF4 implementations while also handling operations such as combining multiple images, RAID0 reconstruction, byte swapping, and extraction of unallocated sectors.
xmount's adoption is forensic-practitioner adoption rather than mass developer adoption. It entered Debian/Ubuntu packaging, which the SITS page explicitly acknowledges, and it appears in security distributions such as Kali because investigators frequently need to bridge evidence-image formats and virtualization tools.
SANS Internet Storm Center coverage captures the practical appeal: xmount is handy when a workflow needs DD, EWF, or AFF input and a format that can be consumed by analysis or virtualization tooling. The SITS page makes the same point with booting acquired images in QEMU, KVM, VirtualBox, or VMware while redirecting writes to a cache file.
A typical xmount workflow mounts an acquired disk image read-mostly through FUSE, exposes a virtual output image in the requested format, and then attaches that output to forensic tools or a virtual machine. Virtual write support redirects changes into a cache file so the original evidence image is not modified.
More advanced usage uses morphing: multiple image segments can be combined, RAID0 member disks can be reconstructed, and selected filesystem regions can be presented as a derived virtual image. That makes xmount useful in the awkward middle of a case, where evidence format, analysis tool, and hypervisor all expect different disk-image conventions.
xmount is a good example of a package that exists because copying giant images is the wrong abstraction. The package value is not a new archive format; it is the Unix move of presenting a virtual filesystem facade over messy real-world evidence formats.
For package nerds, it also sits at the crossroads of FUSE, forensic image libraries, and VM disk formats. Installing one CLI can remove several slow, lossy, or storage-heavy conversion steps from an incident-response workstation.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
xmount | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:xmount |
|---|---|
| Version | 1.3.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/xmount |
| Homepage | https://www.sits.lu/xmount |
| Repository | https://code.sits.lu/foss/xmount |
| Upstream docs | https://code.sits.lu/foss/xmount/-/blob/1.3.1/README |
| License | GPL-3.0-or-later |
| Source archive | https://code.sits.lu/foss/xmount/-/archive/1.3.1/xmount-1.3.1.tar.bz2 |
| Dependencies | afflib, libewf, libfuse, zlib-ng-compat |
| Build dependencies | cmake, pkgconf |
| Bottle | available (on arm64_linux, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | xmount |
| Version Scheme | 0 |
| Revision | 0 |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
xmount 1.2.0+ds-1+b1
tool for crossmounting between disk image formats
sudo apt install xmountxmount 0.7.6-3build2
tool for crossmounting between disk image formats
sudo apt install xmountxmount 1.2.0-6.fc44
A on-the-fly convert for multiple hard disk image types
sudo dnf install xmountsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.