/sbin/vmfs-support cant handle spaces in filenames - can anybody help to fix it ?
If you copy vmfs-support to /tmp and make it executable with chmod 755 vmfs-support you can run it.
If you launch it with /tmp/vmfs-support /vmfs/volumes/
you will see the problem.
This is just a first step ...
Actually I want to list all flat.vmdks in /vmfs/volumes and then run this 2 simple commands:
ls -i $file >> results.txt
vmkfstools -p 0 $file >> results.txt
Whatever I do either I run into the problem with spaces in the name for the vmkfstools command or
I get a problem with ls and it says" file not found"
Thanks Ulli