Here is a quick and easy script to run on the command line that will give you the location of the delta files if you can’t see them in snapshot manager
find -follow -name '*delta*.vmdk' -exec ls -alh {} \;
Here is a quick and easy script to run on the command line that will give you the location of the delta files if you can’t see them in snapshot manager
find -follow -name '*delta*.vmdk' -exec ls -alh {} \;