How to find orphaned snapshots in VMware

0
1647

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 {} \;