My hostmachine is Windows, and install Ubuntu on a virtual machine. I developed some program on Ubuntu. Suppose I want to transfer these files to a folder in Windows. How to find and get these files, which logically are stored in the virtual machine.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
migrated from stackoverflow.com Mar 21 '11 at 6:54
|
You could use usb flash disk to transfer files between host and virtual machine (Vmware and VirtualBox do support usb). Or If you set up network in ubuntu, you could use samba for file sharing between OSes (Samba setup described here). Then in windows open an explorer window, type \\ubuntu.ip |
|||
|
|
|
Just install vmware tools in the VM, then you can copy them to a mounted host-filesystem, if you have enabled it (in settings). However, it also lets you drag & drop (typically) from the file manager under Linux to Windows and vice versa, which is nice. |
|||
|
|