First of all, the overview
This actually helped me resolve running VMWare images on ntfs partitions mounted with ntfs-3g on linux, which generated errors with the default configuration. Once I set added
mainMem.useNamedFile = "false"
to the .vmx file, I was able to run the images just fine from my ntfs partitions.