VMware {code} Community
FerroSoftware
Contributor
Contributor

Reading a snapshot file

I have a VM with a one snapshot. The VM is powered off.

When browsing the storage, the file layout looks like this:

----------------------------------------------

test.vmdk - 8 GB

test-000001.vmdk - 200 MB

-----------------------------------------------

or via SSH:

----------------------------------------------

test-flat.vmdk - 8 GB

test-000001-sesparse.vmdk - 200 MB

-----------------------------------------------

 

By opening the test-000001.vmdk snapshot disk file via VixDiskLib_Open I'm getting the whole (merged?) content of the parent + snapshot disk (=8 GB size).

 

Can I somehow read only the snapshot file (200 MB)?

 

0 Kudos
1 Reply
andrewreid91
Enthusiast
Enthusiast

I know the test-000001.vmdk file consists of the difference between the current snapshot and the previous state of the VM.

Snapshot file that represents the difference between the current state of the virtual disk and the state that existed at the time the previous snapshot was taken."

 

I'm not sure that it is possible to read only the snapshot file. 

 

0 Kudos