Today I have Installed Virtual Box in my Ubuntu 7.10. It has two advantages:
1) I can now run Windows Xp without rebooting the system.
2) Can run some windows applications that seems necessary.
For example, while checking cross browser compatibility of web pages with different browser it reduces a lot of pain.
Running ASP.NET here from Ubuntu !
I have followed the exact instruction given in http://taufanlubis.wordpress.com/2008/03/24/virtual-box-in-ubuntu-%E2%80%93-install-windows-xp/
It is an excellent tutorial for installing Windows Xp in Ubuntu Box
Here I am describing how to share/access a file or folder of Ubuntu in Virtual Machin (XP).
1) before running the Virtual machine(XP in this case) select your virtual drive and click ‘Settings‘ and then goto to ‘Shared Folders' and add a folder from your Ubuntu. For example if you want to get access of your /home/user_name/Download/WinProgram directory, just add this folder in shared folders. This will give your folder a name (usually 'WinProgram').
2) Start your VM, wait for XP to be fully loaded
3) The newly loaded window( Windows Xp) has a top menu 'devices'. From here install the Virtual Box Guest Additions. You may need to download the .iso in this case
3) Now from Windows command prompt run the following command net use x: \\vboxsrv\WinProgram. This will create a drive x in windows and will mount the shared folder named WinProgram of Virtual box in Xp.
In this way you can access as much directories of Ubuntu as you need from XP.
Yet to come...