VMWare Shared Folders

Friday, May 30th, 2008

I wanted to add a shared folder to a linux VMWare image in VMWare player, and got thoroughly nowhere. Thanks to the magic of EasyVMX though, I know now the secritz. In the .vmx file of the VM , add: sharedFolder.option = “alwaysEnabled” sharedFolder0.present = “TRUE” sharedFolder0.enabled = “TRUE” sharedFolder0.readAccess = “TRUE” sharedFolder0.writeAccess = “TRUE” [...]