Difference between revisions of "Xmount"
From Forensics Wiki
Joachim Metz (Talk | contribs) |
Joachim Metz (Talk | contribs) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 2: | Line 2: | ||
name = xmount | | name = xmount | | ||
maintainer = [[Daniel Gillen]] | | maintainer = [[Daniel Gillen]] | | ||
| − | os = [[Linux]] , [[Mac OS X]] | | + | os = [[Linux]], [[Mac OS X]] | |
genre = [[Image mounting]] | | genre = [[Image mounting]] | | ||
license = {{GPL}} | | license = {{GPL}} | | ||
| Line 8: | Line 8: | ||
}} | }} | ||
| − | Description taken from xmount site on Pinguin's HQ: | + | Description taken from xmount project 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. | 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. | ||
| Line 14: | Line 14: | ||
The virtual representation can be in: | The virtual representation can be in: | ||
* [[Raw Image Format|raw DD]] | * [[Raw Image Format|raw DD]] | ||
| + | * DMG | ||
| + | * [[Virtual Hard Disk (VHD)|VHD]] | ||
* [[Virtual Disk Image (VDI)|VirtualBox's virtual disk file format]] | * [[Virtual Disk Image (VDI)|VirtualBox's virtual disk file format]] | ||
* [[VMWare Virtual Disk Format (VMDK)|VmWare's VMDK file format]] | * [[VMWare Virtual Disk Format (VMDK)|VmWare's VMDK file format]] | ||
Revision as of 09:31, 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 project 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.