LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

xmount

Virtual disk image format conversion

TLDR

Mount raw to DMG
$ xmount --in raw [path/to/image.dd] --out dmg [mountpoint]
copy
Mount EWF to VHD with cache
$ xmount --cache [path/to/cache.ovl] --in ewf [path/to/image.E??] --out vhd [mountpoint]
copy
Mount partition at offset
$ xmount --offset 2048 --in raw [path/to/image.dd] --out raw [mountpoint]
copy

SYNOPSIS

xmount [OPTIONS] --in FORMAT IMAGE --out FORMAT MOUNTPOINT

DESCRIPTION

xmount creates virtual disk images using FUSE, converting between formats on-the-fly. It's useful for forensic analysis, allowing read-only access to disk images in different formats.Write cache support enables modifications without altering the original image.

PARAMETERS

--in FORMAT IMAGE

Input format and image file (raw, ewf, aff, etc.)
--out FORMAT
Output format (raw, dmg, vhd, vdi, vmdk)
--cache FILE
Write cache file for modifications
--offset SECTORS
Offset to partition in sectors
--sizelimit BYTES
Limit virtual image size

INSTALL

sudo apt install xmount
copy
sudo dnf install xmount
copy
brew install xmount
copy

CAVEATS

Requires FUSE support. Some format conversions may not support all features. Used primarily for forensic and virtualization purposes.

SEE ALSO

mount(8), losetup(8), qemu-img(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid