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