libyal / libvmdk

Library and tools to access the VMware Virtual Disk (VMDK) format
GNU Lesser General Public License v3.0
163 stars 66 forks source link

vmdkinfo add human readable media size #4

Closed joachimmetz closed 8 years ago

joachimmetz commented 8 years ago

Now:

vmdkinfo 20160119

VMware Virtual Disk (VMDK) information:
    Disk type:          Stream optimized
    Media size:         1073741824 bytes
    Content identifier:     0xd23c289a
    Parent content identifier:  0xffffffff
    Number of extents:      1

Extent: 1
    Filename:           Disk3_full.vmdk
    Type:               Sparse
    Start offset:           0
    Size:               1073741824 bytes

Want:

vmdkinfo 20160119

VMware Virtual Disk (VMDK) information:
    Disk type:          Stream optimized
    Media size:         1 GiB/1 GB (1073741824 bytes)
    Content identifier:     0xd23c289a
    Parent content identifier:  0xffffffff
    Number of extents:      1

Extent: 1
    Filename:           Disk3_full.vmdk
    Type:               Sparse
    Start offset:           0
    Size:               1 GiB/1 GB (1073741824 bytes)
joachimmetz commented 8 years ago

https://github.com/libyal/libvmdk/commit/0a376493d5554af3f4fbeee0ce3489c7999cad52