I have Ubuntu as the main OS. I installed VirtualBox with a Windows XP guest. How can I share files between the two OSs, and how do I connect to the Internet in the Windows XP guest?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Stop your virtual machine. Go to settings (in Virtualbox -> XP guest -> settings) and search for shared folder. Add a folder on your PC like /home/username/Documents/vmshare . And there you go.

Note: You have to install Guest Additions to the guest for this which you can get from Tools-> Guest additions (when your guest is running. It'll mount the VBox iso and install the additions. All you need is a reboot after that.)

link|improve this answer
To connect to this share on the guest, visit \\vboxsvr\sharename. – RJFalconer May 22 '10 at 11:13
Yeah true. It should also show up in network shares (or in "The whole network".) – Shiki May 22 '10 at 11:14
feedback

For shared folders;
see Shiki's answer.

For internet;
Stop the machine. Go to settings, Network. Check "Enable network adapter".

XP will get an IP from your router and act like an independent machine on your network.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.