Posts Tagged ‘guest additions’

VBox Part III :Seamless mode

VirtualBox Seamless mode

VirtualBox Seamless mode

Virtual Box Provies an exciting feature called the seamless mode.In this mode the guest and the host operating systems work symultaniously with applications being opend in such a way that it looks like a single OS.The taskbar of the guest is displayed above that of the host.In this image,windows is the guest and OpenSuse 11.1 is the host and the filemanegers and control pannels of both the OS are open symultaniously.

Note: Guest additions are required for seamless mode

For More please read:

VBox Tutorial part I: Setup and installation

V Box tutorial part II: Guest Additions

Using Virtual box -Part II

Refer to part I for:
Initial settings/setup
Installation
Disk Management issues

Once you are done with the installation of the guest operating system,the next big thing to get it working is to share the resources with the host operating system.The VBox version 2.6 onwards support this using guest additions.

Guest additions allow the user to :

1. Share multiple folders among guest and host

2. Use USB devices

3. Mouse integration

4. Full Screen mode and better display

5. Use of audio device

To install guest additions:

run the guest OS and goto Devices>Install guest additions

vbox-question

Click Yes and download the guest additions .iso file from the source suggested by the message and place it in the folder /usr/share/VirtualBox.

Once this is done, an icon is visible in the guest OS (here windows)

settings2

Click on this icon and follow the instructions to install guest additions.

The machine is now ready to share some folders as shown below.

settings

Now reboot the guest OS again and use the following command on the command prompt/terminal

net use X: \\vboxsvr\<path>

where X is the drive letter you want to specify and <path> is the name of the folder shared.

Successfully running this command will mount the shared folders as easily accessible drives.

settings3

Now setup the network and sound easily from the settings menu and the guest OS is up and runningĀ  good as a normal installation!

result1