- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Great post thanks -
Heres an easy way to search all the vmx files -
from within the /vmfs/volumes - replace Template with something from the problem vmdk this will list all the vmx files that it finds Template in
find . -iname '*vmx' | xargs grep 'Template' -sl