1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
.Dd January 19, 2014
.Dt vmdkinfo
.Os libvmdk
.Sh NAME
.Nm vmdkinfo
.Nd determines information about a VMware Virtual Disk (VMDK) file(s)
.Sh SYNOPSIS
.Nm vmdkinfo
.Op Fl ahvV
.Va Ar vmdk_files
.Sh DESCRIPTION
.Nm vmdkinfo
is a utility to determine information about a VMware Virtual Disk (VMDK) file(s)
.Pp
.Nm vmdkinfo
is part of the
.Nm libvmdk
package.
.Nm libvmdk
is a library to access the VMware Virtual Disk (VMDK) format
.Pp
.Ar vmdk_files
the entire set of VMDK segment files or the one containing the descriptor.
.Pp
The options are as follows:
.Bl -tag -width Ds
.It Fl a
shows allocation information
.It Fl h
shows this help
.It Fl v
verbose output to stderr
.It Fl V
print version
.El
.Sh ENVIRONMENT
None
.Sh FILES
None
.Sh EXAMPLES
.Bd -literal
# vmdkinfo file.vmdk
vmdkinfo 20130514
VMware Virtual Disk (VMDK) information:
Disk type: Monolithic sparse
Media size: 8589934592 bytes
Content identifier: 0x505dcf0a
Parent content identifier: 0xffffffff
.Ed
.Sh DIAGNOSTICS
Errors, verbose and debug output are printed to stderr when verbose output \-v is enabled.
Verbose and debug output are only printed when enabled at compilation.
.Sh BUGS
Please report bugs of any kind to <joachim.metz@gmail.com> or on the project website:
https://github.com/libyal/libvmdk/
.Sh AUTHOR
These man pages were written by Joachim Metz.
.Sh COPYRIGHT
Copyright (C) 2009-2016, Joachim Metz <joachim.metz@gmail.com>.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
.Sh SEE ALSO
|