I have a Mac (OS X) and a VirtualBox running Ubuntu.
I want to SCP a 500mb file from the Mac to the VirtualBox. How do I do this? (Probably something to do with /etc/hosts?)
|
I have a Mac (OS X) and a VirtualBox running Ubuntu. I want to SCP a 500mb file from the Mac to the VirtualBox. How do I do this? (Probably something to do with /etc/hosts?) |
|||
|
|
|
Put network settings from NAT to bridged adapter in Virtualbox settings for that machine. Then your virtual machine will be in local network with your host machine. It will probably get the IP from modem if DHCP is enabled, then scp to that machine. |
|||
|
|
|
After having installed Guest Additions you will be able to create shared folders for access from both, host and guest OS. Any directory on the host can be used for this. The shared folder needs to be mounted on the guest OS by:
See also this answer on usage of shared folders. To make shared folders acessible on each boot of the guest os, you need to add the mounts to the guest Alternatively you can also access directories from the host by adressing them using network shares. |
||||
|
|
|
If you install the Virtualbox Guest Addons you can create a shared folder. Then use If you actually need to use |
|||||
|
|