logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

vmdkinfo — determines information about a VMware Virtual Disk (VMDK) file(s)

Author

       These man pages were written by Joachim Metz.

Bugs

       Please   report   bugs   of   any   kind   to   <joachim.metz@gmail.com>   or  on  the  project  website:
       https://github.com/libyal/libvmdk/

Description

vmdkinfo is a utility to determine information about a VMware Virtual Disk (VMDK) file(s)

       vmdkinfo  is  part of the libvmdk package.  libvmdk is a library to access the VMware Virtual Disk (VMDK)
       format

       vmdk_files the entire set of VMDK segment files or the one containing the descriptor.

       The options are as follows:

       -a      shows allocation information

       -h      shows this help

       -v      verbose output to stderr

       -V      print version

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.

Environment

       None

Examples

       # 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

Files

       None

Name

       vmdkinfo — determines information about a VMware Virtual Disk (VMDK) file(s)

See Also

libvmdk                                          March 10, 2019                                       vmdkinfo()

Synopsis

vmdkinfo [-ahvV] vmdk_files

See Also