Difference between pages "Portable Executable Format" and "Libvmdk"
From Forensics Wiki
(Difference between pages)
Joachim Metz (Talk | contribs) (→External Links) |
Joachim Metz (Talk | contribs) (Created page with "{{Infobox_Software | name = libvmdk | maintainer = Joachim Metz | os = Linux, FreeBSD, NetBSD, OpenBSD, Mac OS X, Windows | genre = {{Disk ...") |
||
| Line 1: | Line 1: | ||
| − | {{ | + | {{Infobox_Software | |
| + | name = libvmdk | | ||
| + | maintainer = [[Joachim Metz]] | | ||
| + | os = [[Linux]], [[FreeBSD]], [[NetBSD]], [[OpenBSD]], [[Mac OS X]], [[Windows]] | | ||
| + | genre = {{Disk imaging}} | | ||
| + | license = {{LGPL}} | | ||
| + | website = [http://code.google.com/p/libvmdk/ code.google.com/p/libvmdk] | | ||
| + | }} | ||
| − | The ''' | + | The '''libvmdk''' package contains a library and applications to read the [[VMWare Virtual Disk Format (VMDK)]] format. |
| − | + | ||
| − | == | + | == Tools == |
| − | * | + | The '''libvmdk''' package contains the following tools: |
| − | * | + | * '''vmdkinfo''', which shows the information about VMDK files. |
| + | * '''vmdkmount''', which FUSE mounts VMDK image files. | ||
| − | == | + | == Examples == |
| − | + | FUSE mounting a VMDK image | |
| − | + | <pre> | |
| − | + | vmdkmount image.vmdk mount_point | |
| − | + | </pre> | |
| − | == | + | == History == |
| − | + | ||
| − | + | Libvmdk was created by [[Joachim Metz]] in 2009. | |
| − | + | ||
| − | [[ | + | == Also See == |
| + | * [[VMWare Virtual Disk Format (VMDK)]] | ||
| + | |||
| + | == External Links == | ||
| + | * [http://code.google.com/p/libvmdk/ libvmdk project site] | ||
Latest revision as of 14:17, 20 September 2012
| libvmdk | |
|---|---|
| Maintainer: | Joachim Metz |
| OS: | Linux, FreeBSD, NetBSD, OpenBSD, Mac OS X, Windows |
| Genre: | Disk imaging |
| License: | LGPL |
| Website: | code.google.com/p/libvmdk |
The libvmdk package contains a library and applications to read the VMWare Virtual Disk Format (VMDK) format.
Contents |
Tools
The libvmdk package contains the following tools:
- vmdkinfo, which shows the information about VMDK files.
- vmdkmount, which FUSE mounts VMDK image files.
Examples
FUSE mounting a VMDK image
vmdkmount image.vmdk mount_point
History
Libvmdk was created by Joachim Metz in 2009.