How can I open a file that is stored in a virtual machine from host?

1

I'm running Red Hat Linux on VMWare installed on Windows 7 and I want to be able to open a text file that is stored on the VM from Windows. How can I achieve this?

Thanks

zeion

Posted 2013-09-19T20:28:03.160

Reputation: 31

Not an expert, but if you can access the files inside the VHD file (assuming it was a container like zip) you wouldn't have that problem. Probably virtualization keeps this from happening, due to resource management, although I think Parallels Desktop does use the container approach. – Doktoro Reichard – 2013-09-19T21:29:54.793

Answers

0

I got it to work by doing this:

On the host: - On VMPlayer go to VM Settings - Go to the Options tab then Shared Folders - Pick Always Enabled - Add a new Folder

Inside the VM: - Go to /mnt/hgfs/

The files inside the folder will be shared! Also I think you need root access on VM to copy to the folder.

You might also need to change the Network Adapter to NAT in VM Settings under Hardward tab.

Hope this helps someone!

zeion

Posted 2013-09-19T20:28:03.160

Reputation: 31