Automic VaultAutomic Vault

brew

Install xmount with Homebrew, apt, dnf

Convert between multiple input & output disk image types. Version 1.3.1 via Homebrew; verified from local package data.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install xmount

local Homebrew formula metadata

overview

Package summary

Convert between multiple input & output disk image types

Commands and aliases

  • xmount

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • Pre-2024: The original pinguin.lu project page documents xmount 0.7-era features such as CMake, multiple input images, image morphing, and internal EWF support.
  • 2024-03-13: The current SITS GitLab project is created.
  • 2024-2026: The SITS README copyright span and releases document the maintained 1.x line under SITS.
  • 2020s: xmount remains packaged in forensic/security-oriented distributions for mounting and converting evidence disk images through FUSE.

Related projects

  • Guymager is the forensic acquisition tool credited by xmount's project pages and linked from the acknowledgments.
  • libewf and afflib provide support for common forensic evidence image formats used by xmount.
  • FUSE is the user-space filesystem layer that lets xmount present virtual converted disk images without writing a full output copy.
  • QEMU, KVM, VirtualBox, and VMware are common consumers of xmount's virtual output images.

security posture

Risk level: blue

broad file, network, media, or database tool signal.

Risk classifier

blue risk · medium confidence · tool

Why

  • broad file, network, media, or database tool signal

Signals

  • text:image

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 2 platform targets.
  • Installs with 4 runtime dependencies.
  • Build metadata lists 2 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
xmountcliglobal executable

freshness

Version and 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.

page generated2026-07-08
manager version1.3.1
manager updated
local dataok
upstreamnot checked
latest detectednot detected

https://www.sits.lu/xmount

  • infoNo package-manager update timestamp was available.low confidence
  • infoRelease/tag comparison is only available for GitHub repositories.https://www.sits.lu/xmountnone confidence

install metadata

Package metadata

Package keybrew:xmount
Version1.3.1
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/xmount
Homepagehttps://www.sits.lu/xmount
Repositoryhttps://code.sits.lu/foss/xmount
Upstream docshttps://code.sits.lu/foss/xmount/-/blob/1.3.1/README
LicenseGPL-3.0-or-later
Source archivehttps://code.sits.lu/foss/xmount/-/archive/1.3.1/xmount-1.3.1.tar.bz2
Dependenciesafflib, libewf, libfuse, zlib-ng-compat
Build dependenciescmake, pkgconf
Bottleavailable (on arm64_linux, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namexmount
Version Scheme0
Revision0
Requirements
  • linux
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

xmount 1.2.0+ds-1+b1

tool for crossmounting between disk image formats

https://www.sits.lu/xmount

sudo apt install xmount
  • Section: admin
  • Architecture: amd64
  • Source Package: xmount
  • 5 dependencies
  • normalized package name match
  • Matched by: Xmount
Debian stable package indexes · deb.debian.org · Debian stable package indexes: xmount from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

xmount 0.7.6-3build2

tool for crossmounting between disk image formats

https://www.pinguin.lu/

sudo apt install xmount
  • Section: universe/admin
  • Architecture: amd64
  • 5 dependencies
  • normalized package name match
  • Matched by: Xmount
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: xmount from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

xmount 1.2.0-6.fc44

A on-the-fly convert for multiple hard disk image types

https://www.sits.lu/xmount

sudo dnf install xmount
  • License: GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: xmount
  • 6 dependencies
  • 12 provides
  • normalized package name match
  • Matched by: Xmount
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: xmount from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment