Difference between revisions of "Xmount"
From Forensics Wiki
Joachim Metz (Talk | contribs) |
Joachim Metz (Talk | contribs) |
||
| Line 10: | Line 10: | ||
Description taken from xmount site on Pinguin's HQ: | Description taken from xmount site on Pinguin's HQ: | ||
| − | xmount allows you to convert on-the-fly between multiple input and output harddisk image types. xmount creates a virtual file system using FUSE (Filesystem in Userspace) that contains a virtual representation of the input image. The virtual representation can be in [[Raw Image Format|raw DD]] | + | xmount allows you to convert on-the-fly between multiple input and output harddisk image types. xmount creates a virtual file system using FUSE (Filesystem in Userspace) that contains a virtual representation of the input image. |
| + | |||
| + | The virtual representation can be in: | ||
| + | * [[Raw Image Format|raw DD]] | ||
| + | * [[Virtual Disk Image (VDI)|VirtualBox's virtual disk file format]] | ||
| + | * [[VMWare Virtual Disk Format (VMDK)|VmWare's VMDK file format]] | ||
| + | |||
| + | Input images can be: | ||
| + | * [[Raw Image Format|raw DD]] | ||
| + | * [[Encase image file format|EWF (Expert Witness Compression Format)]] | ||
| + | * [[AFF|AFF (Advanced Forensic Format)]] | ||
| + | |||
| + | In addition, xmount also supports virtual write access to the output files that is redirected to a cache file. This makes it possible to boot acquired harddisk images using QEMU, KVM, VirtualBox, VmWare or alike. | ||
== See Also == | == See Also == | ||
Revision as of 08:56, 23 September 2012
| xmount | |
|---|---|
| Maintainer: | Daniel Gillen |
| OS: | Linux , Mac OS X |
| Genre: | Image mounting |
| License: | GPL |
| Website: | www.pinguin.lu |
Description taken from xmount site on Pinguin's HQ:
xmount allows you to convert on-the-fly between multiple input and output harddisk image types. xmount creates a virtual file system using FUSE (Filesystem in Userspace) that contains a virtual representation of the input image.
The virtual representation can be in:
Input images can be:
In addition, xmount also supports virtual write access to the output files that is redirected to a cache file. This makes it possible to boot acquired harddisk images using QEMU, KVM, VirtualBox, VmWare or alike.